Created
April 6, 2023 19:33
-
-
Save GabrielLins64/ebd0758e53847c4bf56e6c27b6e6a0af to your computer and use it in GitHub Desktop.
ls another bash directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ls -C --color=always $(pwdx $(cat ~/.main_bash_pid) | awk -F: '{print $2}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment