Skip to content

Instantly share code, notes, and snippets.

@CodeMaster7000
Last active February 11, 2022 21:54
Show Gist options
  • Select an option

  • Save CodeMaster7000/ea50df19a55a186080486ab6a01349ae to your computer and use it in GitHub Desktop.

Select an option

Save CodeMaster7000/ea50df19a55a186080486ab6a01349ae to your computer and use it in GitHub Desktop.
A program in Shell which generates a file. Enjoy putting it to the test!
echo "What is the name of your file?"
read FILE
echo "This file will be created as ${FILE}_file."
touch ${FILE}_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment