Skip to content

Instantly share code, notes, and snippets.

@vikasavnish
Created September 22, 2016 15:46
Show Gist options
  • Save vikasavnish/5366f465a9306bd142134137f0108694 to your computer and use it in GitHub Desktop.
Save vikasavnish/5366f465a9306bd142134137f0108694 to your computer and use it in GitHub Desktop.
#!/bin/bash
#on displays the actual folder name
echo "the folder is 'pwd'"
#then the rest of the files
echo "The folder which contains files are 'ls'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment