Posts tagged ‘Unix’
Common Unix Commands
.header{ padding-top:15px; background-color:#BBBBBB; } td{ border: 1px solid; padding: 5px; } Files/Directories cp source destination Copies the source file to destination. ls Listsd the content of the current directory. ls -l – shows also extra info. ls -R – shows content of directory and also subdirectories. ls -m – displays the content in comma sepparated. [...]