Skip to content

Instantly share code, notes, and snippets.

@chapmanjacobd
Created November 8, 2020 03:19
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 chapmanjacobd/d2be063d62194bdac5f651369c26dd97 to your computer and use it in GitHub Desktop.
Save chapmanjacobd/d2be063d62194bdac5f651369c26dd97 to your computer and use it in GitHub Desktop.
for file in (fd -tf -uu)
set rel (dirname (realpath --relative-to=(pwd) $file))
set f (basename $file)
mkdir -p /home/xk/Videos/$rel
mv $file /home/xk/Videos/$rel/$f
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment