Skip to content

Instantly share code, notes, and snippets.

@ramonpin
Created August 21, 2019 12:03
Show Gist options
  • Save ramonpin/5e854acd291f67ff78f4283bc218fbb3 to your computer and use it in GitHub Desktop.
Save ramonpin/5e854acd291f67ff78f4283bc218fbb3 to your computer and use it in GitHub Desktop.
Move files selected with fzf
ls -lt *.pdf | fzf --multi | gawk '{print $9}' | xargs -i echo mv {} /media/sf_vm/rpm/__.libros-mios/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment