bash create file
# syntax
touch <new-file-name>
# example
touch NewFile_1.txt
# -----------------------------------------------------
# FOR CREATING MULTIPLE FILES
# syntax
touch <1st-file-name> <2nd-file-name> ... <Nth-file-name>
# example
touch NewFile_1.txt NewFile_2.txt NewFile_3.txttouch filename.txt# syntax
touch <new-file-name>
# example
touch NewFile_1.txt
# -----------------------------------------------------
# FOR GENERATING MULTIPLE FILES
# syntax
touch <1st-file-name> <2nd-file-name> ... <Nth-file-name>
# example
touch NewFile_1.txt NewFile_2.txt NewFile_3.txt
Also in Shell:
- create github repo with curl
- sound output raspberry pi
- generate ssh key paitr
- open pdf command line linux
- change dns resolver linux
- particular screenshot in ubuntu
- Habilitar la ejecución de scripts para Powershell
- git change remote origin address
- exit from jshell
- no module named typedefs pyinstaller
- remove git credentials terminal
- git remove Untracked files
- shell set environment variable
- powershell list special built in accounts
- git push existing code to new repository
- linux restrict process network access
- git config --global credential.helper osxkeychain
- git commit current changes to existing branch
- choco list installed
- disable open file explorer erverytime i connect usb ubuntu
- see total space available in shell
- bash ls without substring
- create a repo using github api
- view git stash without applying