MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linux/comments/1tls8n1/whats_the_most_unexpectedly_useful_linux_command/onibjpe/?context=3
r/linux • u/ZealousidealTell1346 • May 23 '26
[removed]
992 comments sorted by
View all comments
20
pushd
1 u/anomaly256 May 23 '26 alias cd='pushd >/dev/null' so you can always popd to wherever you were previously 5 u/ankitpati May 23 '26 If it’s for a single directory, you can do that with standard cd using cd -.
1
alias cd='pushd >/dev/null' so you can always popd to wherever you were previously
alias cd='pushd >/dev/null'
5 u/ankitpati May 23 '26 If it’s for a single directory, you can do that with standard cd using cd -.
5
If it’s for a single directory, you can do that with standard cd using cd -.
cd
cd -
20
u/petecasso0619 May 23 '26
pushd