The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
Redirection Symbol1. The > keyboard character. It is often used to send the output from a command to a text file. For example, ls -a > output.txt sends the current directory list to a file called output.txt. Repeating the command will replace the content of the file with new data. (Also, see Append Symbol and Piping Symbol.) From I-gloss |
|
|