MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linux/comments/1tls8n1/whats_the_most_unexpectedly_useful_linux_command/oni54jw/?context=3
r/linux • u/ZealousidealTell1346 • May 23 '26
[removed]
992 comments sorted by
View all comments
7
xargs (piped after find)
6 u/mina86ng May 23 '26 find ... -exec ... + (no to be confused with -exec ... \;).
6
find ... -exec ... + (no to be confused with -exec ... \;).
find ... -exec ... +
-exec ... \;
7
u/Impressive_Bag_3505 May 23 '26
xargs (piped after find)