This commit is contained in:
Connor Lane Smith 2011-06-08 17:54:55 +01:00
parent 515f8cd35f
commit 2404eb5b6b
2 changed files with 32 additions and 1 deletions

31
TODO Normal file
View File

@ -0,0 +1,31 @@
cksum [file...]
cmp [-ls] file1 file2
comm [-123] file1 file2
cp [-r] file [name]
cp [-r] [file...] [directory]
cut [-bcfs] [-d delim] list [file...]
diff [-ru] file1 file2
fold [-bs] [-w width] [file...]
id [-gnru] [user]
kill [-s signal] [pid...]
mv file [name]
mv [file...] directory
nohup command [argument...]
paste [-s] [-d list] [file...]
printf format [argument...]
test [expression...]
tr string1 [string2]

View File

@ -3,7 +3,7 @@ VERSION = 0.0
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
MANPREFIX = $(PREFIX)/share/man
#CC = gcc
#CC = musl-gcc