datePrint date and time whoamiShows who is currently logged on echo "HELLO"Prints HELLO ls /tmpLists contents of directory /tmp ls -l /tmpLists contents of directory /tmp in long form, with more information date >> /tmp/fooPrints date, redirecting output to the file /tmp/foo
cd /tmpChanges working directory to /tmp pwdPrint working directory mkdir /tmp/fooMake directory /tmp/foo cat /tmp/fooPrint contents of file /tmp/foo ifconfigShow IP addresses and other networking information ls /tmp | moreLists contents of directory /tmp, one page at a time