Last active
November 23, 2025 14:27
-
-
Save wilyJ80/17077f7a2777d96a793f2fab2403e5e3 to your computer and use it in GitHub Desktop.
Move most recent download to desired 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
| ls -dt ~/Downloads/* | head -n1 | xargs cp -t docs/opcionai | |
| s/ambiente-de-negocios-e-marketing/pellegrino/material-estudo/ | |
| # BETTER: | |
| # cp "$(ls -td ~/Downloads/* | head -n1)" docs/opcionais/ambiente-de-negocios-e-marketing/pellegrino/material-estudo/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment