Linux/Unix bash shell script to multiple files.
There is no need to create a shell script to create multiple files. with just one command we can accomplish this.

touch {1..100}.txt 
This command will create files such as 1.txt to 100.txt. This is called brace expansion. Know more about it here.

The following two tabs change content below.
Mr Surendra Anne is from Vijayawada, Andhra Pradesh, India. He is a Linux/Open source supporter who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. He works as Devops Engineer with Taggle systems, an IOT automatic water metering company, Sydney . You can contact him at surendra (@) linuxnix dot com.