Skip to content

I am learning bash and updating the git on it whenever i learn something ,You can view my journey and maybe learn with me

Notifications You must be signed in to change notification settings

Neko01t/learning_bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learning_bash

A collection of notes, examples, and scripts while I learn Bash scripting.
This repo is meant to document my journey, practice commands, and share useful snippets.

Contents

  • ▶ Notes on Bash basics
  • ▶ Useful one-liners
  • ▶ Example scripts
  • ▶ Practice exercises

Basics knowledege needed

  • what is cd , echo, touch, mkdir, cat , ls .. basic commands
  • chmod +x file_name.h is used to make the file_name.sh executable
  • ./file_name.sh : after making it executable it can by doing this

I created this repo to track my Bash learning journey and build a quick reference for future projects.

About

I am learning bash and updating the git on it whenever i learn something ,You can view my journey and maybe learn with me

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages