Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tutorials:file_operations [2011/04/30 13:20] – created clemenstutorials:file_operations [2012/05/02 17:15] (current) – Add $ID Tag memnon
Line 5: Line 5:
 ===== Commands ===== ===== Commands =====
  
-  touch -- create a file +  touch -- create a file 
-  pwd -- print working directory +  pwd -- print working directory 
-  ls -- list files in current directory +  ls -- list files in current directory 
-  cp -- copy a file +  cp -- copy a file 
-  mv -- move a file +  mv -- move a file 
-  rm -- remove a file +  rm -- remove a file 
-  file -- examine type of file +  file -- examine type of file 
-  less -- read a file +  less -- read a file 
-  mkdir -- create a directory +  mkdir -- create a directory 
-  cd -- change directory +  cd -- change directory 
-  rmdir -- remove a directory +  rmdir -- remove a directory 
-  clear -- clear screen+  clear -- clear screen
  
-Please note that the above commands each have a man-page that will describe in more detail the full possibilities of each command. In this tutorial, we'll simply give a short overview, enough to get things done on the command line. For more information on man-pages, see the [[http://sdf.lonestar.org/index.cgi?tutorials/findinghelp|//Finding Help From Within the Shell//]] tutorial.+Please note that the above commands each have a man-page that will describe in more detail the full possibilities of each command. In this tutorial, we'll simply give a short overview, enough to get things done on the command line. For more information on man-pages, see the [[tutorials:findinghelp|Finding Help From Within the Shell]] tutorial.
  
 ==== First some notes about: ==== ==== First some notes about: ====
Line 210: Line 210:
  
 "% clear" "% clear"
 +
 +$Id: file_operations.html,v 1.11 2009/11/28 10:39:54 rogerx Exp $