Skip to content

Instantly share code, notes, and snippets.

@GabrielLins64
Created April 6, 2023 19:33
Show Gist options
  • Select an option

  • Save GabrielLins64/ebd0758e53847c4bf56e6c27b6e6a0af to your computer and use it in GitHub Desktop.

Select an option

Save GabrielLins64/ebd0758e53847c4bf56e6c27b6e6a0af to your computer and use it in GitHub Desktop.
ls another bash directory
#!/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