Skip to content

Instantly share code, notes, and snippets.

@ppcamp
Created May 15, 2024 16:05
Show Gist options
  • Save ppcamp/b3932174cc225d4d60e2ce9c1595f168 to your computer and use it in GitHub Desktop.
Save ppcamp/b3932174cc225d4d60e2ce9c1595f168 to your computer and use it in GitHub Desktop.
Bash useful commands/tips

Moving everything, except

$ pwd
~/test/t

$ ls
a.t  aa.t  b.t  c.t

$ mv ./!(a*) .. # if you are using zsh, use ^
$ ls
a.t  aa.t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment