Changes

Jump to: navigation, search

This Is Your Brain On Informatics: Linux Commands

480 bytes added, 07:40, 1 December 2013
no edit summary
| Copies a file from the source to the destination
|-
| find
| find ''/pathname'' ''string''
| Starts at the indicated directory and searches for the string in a filename
|-
| grep
| grep ''options'' ''pattern'' ''filename''
| Searches for the pattern in the file
|-
| ll
| ll ''/pathname''
| List Long: lists the details of the entire directory or file indicated
|-
| ln
| ln ''options'' ''source'' ''destination''
| Link: creates a shortcut
|-
| ls
| ls ''/pathname''
| Lists the files and directories in a given directory
|-
|
|}
347
edits

Navigation menu