←back to thread

131 points tomschafer | 1 comments | | HN request time: 0.267s | 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. fwip ◴[] No.42156856[source]
You can save useful snippets in a file for later use.