Changes

Jump to: navigation, search

ULI101 Week 2

22 bytes added, 19:46, 6 September 2017
m
Lined up commands listed at the end of the page - looks nicer now
; <code>more path/to/file</code>
: Displays the contents of large regular files one screen at a time. The user can navigate throughout the file by pressing keys such as:
<blockquote>
{|
| spacebar
| q
| Exit to shell
|}</blockquote>
; <code>less path/to/file</code>
pwd # print working directory tells you where you are in the filesystem
ls # list (files in current directory)
ls -l # long list files (show all file properties)
cd # change directory
# find # find files# clear # clear the screen# rm # remove files (delete them - NO UNDO)
</source>
63
edits

Navigation menu