IMC!


Contents


Photos

 







Browsing around...
News  News Links  Links Blog  Blog Italiano  Español 
14 - Various commands

 | 
Next page

To tell to the operating system where to look for the files, you can use the variable PATH. For example, to add a path you can write:

PATH=$PATH:/usr/games
export PATH

To synthesize a complex command in a simpler one, ypu can use alias. For example, to resume the command

ls -aF --color

in a simpler ls, you can write:

alias ls='ls -aF --color'

To insert a comment you can use the hash sign:

# This is a comment


 | 
Next page






Fatal error: Call to undefined function sqlite_open() in /membri/giacobbe85/include/commenti.inc.php on line 324