Skip to content

Instantly share code, notes, and snippets.

@arnawldo
Created January 11, 2018 11:52
Show Gist options
  • Save arnawldo/81d8187b87ef008772b8e4f8eda15848 to your computer and use it in GitHub Desktop.
Save arnawldo/81d8187b87ef008772b8e4f8eda15848 to your computer and use it in GitHub Desktop.
demo-script.sh
#!/bin/bash
mkdir example-dir
touch test.py
cp test.py example-dir/test.py
cd example
ls -al | grep "\.py$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment