Creado por Jordan Hus
hace casi 8 años
|
||
Pregunta | Respuesta |
Command to display current user | whoami |
Command to use redirection | command > filename |
Command to append data | command >> filename |
Command to display data | more filename |
Command to display last ten lines of a file | tail -10 filename |
Command to display commands used | history |
Command to execute last command | !! |
Command to execute last command that starts with a certain string | ! string |
Command to copy a file | cp filename newfilename |
Command to rename a file | mv filename newfilename |
Command to delete a file | rm -f filename |
Command to create an alias | alias del="rm -f filename" |
Command to create a directory | mkdir filename |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.