Victor Loux Bookmarks Tag: unix

13 bookmarks tagged “unix

Quickly associate all source code files with your editor in macOS using duti – Alex Peattie

alexpeattie.com/blog/associate-source-code-files-with-editor-in-macos-using-duti/
If you're a developer using macOS you've probably had the experience of double clicking, say, a file in Finder only to inadvertantly launch the wrong application, rather than your editor of choice.

World's best introduction to sed - good coders code, great coders reuse

catonmat.net/blog/worlds-best-introduction-to-sed/
This is the world's best introduction to sed. It explains the four spaces of sed, various sed command line arguments, sed addresses, sed ranges, basic sed commands, and command grouping.