←back to thread

131 points tomschafer | 1 comments | | HN request time: 0.213s | source
Show context
sigmonsays ◴[] No.42151991[source]
We're losing the art of bash ``` find -type f -iname '*.go' | xargs -r -n1 sed -i 's,foo,foobar,g' ```
replies(4): >>42153830 #>>42153991 #>>42154761 #>>42155854 #
lofaszvanitt ◴[] No.42154761[source]
The problem is... if you use these on rare occasions it gets frustrating, because you have to read the manual or google everything or ask the llm again and again.

noone can remember these abbreviations

replies(3): >>42154778 #>>42156856 #>>42161368 #
1. feelamee ◴[] No.42161368[source]
yes, but...

noone except your shell! Fish is perfect and very very often can guess what I want using pwd, file existence, current prompt, etc...