|
|
|
|
|
by mslusarz
11 days ago
|
|
I was also sick of bash ways of dealing with lots of data, spaces in file names, etc, so I created csv-nix-tools: https://github.com/mslusarz/csv-nix-tools E.g. removing all temporary files without the need to deal with spaces, glob limits, or silly find syntax: csv-ls -R -c full_path . | csv-grep -c full_path -e '~$' | csv-exec -- rm -f %full_path |
|