fbpx
Course Content
WHAT IS BASH?
• BASH is an acronym for Bourne Again Shell, a punning
0/1
WHAT IS GITBASH?
Git Bash is an application for Microsoft Windows environments which provides an emulation layer for a Git command line.
HOW TO INSTALL GITBASH FOR WINDOWS?
GitHub
About Lesson
  • Usage: touch [file]
  • This command is used to create a file.

Example

  • [vagrant@master -]$ touch txt file2.txt
Join the conversation