Answers for "linux touch multiple files"

1

ubuntu shell touch multiple files

touch filename{<min>..<max>}.ext
Posted by: Guest on January-27-2021
3

touch command

touch test.txt

// this creates a file called test.txt
Posted by: Guest on September-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language