Skip to content

Instantly share code, notes, and snippets.

@matthewblott
Created January 3, 2022 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewblott/39a99839de290df0c6bb4607c56b8b9a to your computer and use it in GitHub Desktop.
Save matthewblott/39a99839de290df0c6bb4607c56b8b9a to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
touch file1
p="$(pwd)/file1"
echo $(basename $p)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment