Skip to main content
edited tags
Link
Kusalananda
  • 356.2k
  • 42
  • 737
  • 1.1k
Source Link

Creating a shell script version of terminal commands

I am just starting to learn the basics of Linux terminal and I'm a little confused on converting terminal commands into shell script. How would I approach creating a script file in the Linux terminal and creating a shell script version of my code below:

curl -O https://people.sc.fsu.edu/~jburkardt/data/csv/cities.csv head -n 12 cities.csv