Skip to content

Vierre3/42sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42sh (reproduction of oh_my_zsh)

Shortcuts

tab for auto completion of the last word

arrow left or right to move in sentence

arrow up and down to select previous commands

usefull command

alias : print alias list

alias [your command] [original command] : create an alias

all separators

  • & : execute a command in background

  • && : execute next command if the previous command succeed

  • || : execute next command if the previous command failed

  • | : redirection of previous command into the next command

  • < : redirection of a file in actual command

  • << : redirection of user input into actual command

  • > : redirection of command output into selectioned file

  • >> : redirection of command output into end of selectioned file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors