Swiss File Knife – A Command Line Tools Collection
stahlworks.com
Swiss File Knife – A Command Line Tools Collection
1–10 of 20 posts
Re: Swiss File Knife – A Command Line Tools Collection
#2I would rather stick to posix/unix commands than learn a new list of new functions
Re: Swiss File Knife – A Command Line Tools Collection
#3How this compares to busybox[1]? Additional functionality? I would rather stick to posix/unix commands than learn a new list of new functions [1]: https://www.busybox.net/
Re: Swiss File Knife – A Command Line Tools Collection
#4How this compares to busybox[1]? Additional functionality? I would rather stick to posix/unix commands than learn a new list of new functions [1]: https://www.busybox.net/
I had a pile of somewhat complex text transformations I needed to perform, and was getting headaches just contemplating the hodge-podge of cat and grep and find and awk and sed and regex and stackoverflow and kilometers of pipes I would be getting into, not being much of a wizard with such things, so went looking for something a bit less daunting. Found this, and within in an hour had a working script which I am fairly certain I will also be able to read and understand a year from now.
Re: Swiss File Knife – A Command Line Tools Collection
#5Re: Swiss File Knife – A Command Line Tools Collection
#6Re: Swiss File Knife – A Command Line Tools Collection
#7Malware Browser Guard plugin for Brave is blocking this website by default.
Re: Swiss File Knife – A Command Line Tools Collection
#8How this compares to busybox[1]? Additional functionality? I would rather stick to posix/unix commands than learn a new list of new functions [1]: https://www.busybox.net/
This seems to be cross-platform, while BusyBox is mostly Linux-only.
Wikipedia confirms my memory.
Re: Swiss File Knife – A Command Line Tools Collection
#9Re: Swiss File Knife – A Command Line Tools Collection
#10I've used the line ending tools (crlf-to-lf/addcrlf) once to fix up code written in an linux environment and stored with git to check into a SVN Windows style repo. Don't know if it was 'the' tool for the job, but worked out nicely and didn't take too long