Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 879 Bytes

misc_unix_cmd.md

File metadata and controls

16 lines (13 loc) · 879 Bytes

Miscellaneous Unix Commands

For the rest of the curriculum we will look at Unix commands the instructor thinks you will encounter. In designing this I lumped the next section into "filters" and "file archiving and networking commands". These are the ones I couldn't neatly fit in those two.

The commands we will look at are:

  1. bc : Calculator
  2. cal : Display the calendar
  3. date : Display the current date
  4. du : Disk usage
  5. echo : Print a line of output
  6. find : Find a file in the file system
  7. sudo : Execute a command as another user
  8. uptime: Show system load and system status
  9. wc : Display number of lines, words, and characters in a file
  10. who : Show who is working on the system