mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 23:48:21 +00:00
`et` means `expandtab`. ```sh rg 'vi: .* :vi' -l -0 | \ xargs -0 sed -i '' 's/vi: \(.*\) et\(.*\) :vi/vi: \1 xoet\2:vi/' rg 'vi: .* :vi' -l -0 | \ xargs -0 sed -i '' 's/vi: \(.*\)noet\(.*\):vi/vi: \1et\2 :vi/' rg 'vi: .* :vi' -l -0 | \ xargs -0 sed -i '' 's/vi: \(.*\)xoet\(.*\):vi/vi: \1noet\2:vi/' ``` |
||
---|---|---|
.. | ||
BUILD.mk | ||
execve_test.c | ||
execve_test_prog1.c | ||
fexecve_test.c | ||
fork_test.c | ||
getpriority_test.c | ||
handkill_test.c | ||
life-pe.com | ||
posix_spawn_test.c | ||
sched_getaffinity_test.c | ||
system_test.c |