Toggle navigation
Bash One-Liners
One-Liners
Login
Bryan-netizen
Twitter
(not set)
Blog
(not set)
Website
(not set)
One-Liners
0
score
Move file and cd with one command
$
mv file dir && cd "$_" && pwd
April 16, 2022, 9:55 a.m.
—
Bryan-netizen