Skip to content

Some simple bash examples. You can clone this repo and test some of the bash commands

Notifications You must be signed in to change notification settings

blubecks/learning_bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning_bash

If you want to add some of these scripts to your path:

  • save desired script (without ".sh") in a directory, like ~/bin
  • add ~/bin to your PATH writing export PATH=$PATH:~/bin
  • if you want to make this change persistent, dit .bashrc

About

Some simple bash examples. You can clone this repo and test some of the bash commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages