Quoted By:
Can someone make me a wallpaper that has the lines below in it?
Paths, Folders, Directories (pwd)
What's Your Computer's Name? (hostname)
Make A Directory (mkdir)
Change Directory (cd)
List Directory (ls)
Remove Directory (rmdir)
Moving Around (pushd, popd)
Making Empty Files (Touch, New-Item)
Copy A File (cp)
Moving A File (mv)
View A File (less, MORE)
Stream A File (cat)
Removing A File (rm)
Pipes And Redirection
Wildcard Matching
Finding Files (find, DIR -R)
Looking Inside Files (grep, select-string)
Getting Command Help (man, HELP)
Finding Help (apropos, HELP)
What's In Your Environment (env, echo, Env:)
Changing Environment Variables (export, Env:)
Exiting Your Terminal (exit)