Resources for Understanding Technology: Videos | Conferences

Linux Command Line: File Operations (3 of 8)

Speaker

Steven Gordon

Tags

Bash

Content

This is the third file in the SIIT Linux Command Line series.

This video goes a bit further with file-related operations, such as displaying the entire file on the command line with cat, displaying it page by page with less, and displaying the first few or the last few lines with head and tail respectively. Copying with cp and moving or renaming with mv are also demostrated, as is rm for deleting.