We’ve install Git for using bash terminal
dir in windows, ls in linuxcd <folder name>touch <file name with extension>cat <file name>ls - listingls <folder location>mkdir <folder name> - make directorycd <folder name> - change directorymv <source> <destination>cp <source> <destination>move <source> <destination>rm <file name>rmdir <folder name>rm -r <folder name>clearpwd~ home location ( c:/users/club asia holidays) ~ (tilde)* means everything. means current folder.. parent folderflag always start with a hyphen -
r - recursivef - force