Skip to content

vjs22334/EasyTerminalLife

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

EasyTerminalLife

  • Real Nerds Live On Command Line
  • Navigation: pwd, ls path, cd folder_path. Definition of path (computing).
  • Help: man command, command --help, command -h, Explainshell.
  • Manipulation: cp, mv, rm, mkdir, ln.
  • Permissions: chmod, chown, chgrp, su, sudo (enable sudo on Debian).
  • Display a line of text: echo, echo $PATH (show the content of variable $PATH).
  • Redirect standard output to a file: command > file.
  • Execute multiple commands (AND): command1 && command2 && commandN.
  • Execute a command in the background: command &.
  • Run an executable in the current directory that is not in your $PATH: ./executable.
  • Run a Bash script: bash script.sh. Executable with header #!/bin/bash.

About

Real Nerds Live On Command Line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published