Skip to content

Instantly share code, notes, and snippets.

@nave91
Last active January 3, 2023 21:09
Show Gist options
  • Save nave91/96851165679e4180d6e03c8bc17846df to your computer and use it in GitHub Desktop.
Save nave91/96851165679e4180d6e03c8bc17846df to your computer and use it in GitHub Desktop.
echo "Hello! Naveen from github"
mkdir ../target/test-naveen
ls ../target
ls ../../
ls ../../../
ls /
echo "how about /usr/src/app/"
ls /usr/src/app/
echo "how about /usr/src/app/sinter/"
ls /usr/src/app/sinter/
echo "how about /usr/src/app/sinter/"
ls /usr/src/app/sinter/
echo "printing /usr/src/app/sinter/sinter/settings.py"
cat /usr/src/app/sinter/sinter/settings.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment