Comprehensive command-line toolkit with 200+ tools for text, file, and data processing
Command-line tools collection
sfk$ sfk find . -name '*.txt' | sfk xargs sfk grep 'pattern'$ sfk convert file.txt -from utf8 -to ascii -out result.txt$ sfk csv data.csv -cols 1,3,5