-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeatureNew featureNew feature
Description
Add most POSIX command line utilities:
Commands:
- basename
- Basename calculation
- Optional suffix parameter
- cat
- Printing multiple files
-
-nflag for showing line numbers -
-Tflag for showing tab character
- chgrp
- Change the group
-
-Rflag for recursivelly changing group
- chmod
- Change permissions of a file/directory
-
-Rflag for recursivelly changing permissions
- chown
- Change owner of a file/directory
-
-Rflag for changing owner recursivelly
- cmp
- Comparing two files
-
-sflag for not showing anything on stdout
- cp
- Copying file
-
-iflag for asking if the file should be copied or not -
-lflag for hard link file -
-sflag for symbolic linking -
-Rflag for recursive -
-fflag for forcing the file
- cut
-
-fflag for cut-ing by field -
-bflag for cut-ing by byte -
-cflag for cut-ing by character
-
- date
- Write date to stdout
- dd
- Copy file by parts
- Specify block size
- Specify block sizes separatelly
- Specify count
- df
- Print available space (512 byte units)
-
flagfor printing in kilobytes - Allow specifying filesystem device file
- dirname
- Print directory name of string
- echo
- Print to stdout
- Resolve control characters
- expand
- [ ]
- expr
- false
- file
- find
- grep
- head
- kill
- ln
- ls
- man
- mkdir
- more
- mv
- nohup
- od
- ps
- pwd
- rm
- rmdir
- sleep
- sort
- tail
- test
- time
- touch
- true
- uname
- wc
- xargs
Documentation for the next commands should be added:
- basename
- cat
- chgrp
- chmod
- chown
- cmp
- cp
- cut
- date
- dd
- df
- diff
- dirname
- du
- echo
- expand
- expr
- false
- file
- find
- grep
- head
- kill
- ln
- ls
- man
- mkdir
- more
- mv
- nohup
- od
- ps
- pwd
- rm
- rmdir
- sleep
- sort
- tail
- test
- time
- touch
- true
- uname
- wc
- xargs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeatureNew featureNew feature