Eduardo SilvaParallelize with xargsImagine you have a list of tasks or commands that you want to execute, but you don’t want to run them one by one because, let’s be honest…Jul 13, 2023
JayPiping ls command output to cp or mv commands in Linux / UnixRecently I had a task move or copy few files from one directory to another directory. In Linux, we can do this in multiple ways like using…Sep 16, 2021Sep 16, 2021
Eduardo SilvaParallelize with xargsImagine you have a list of tasks or commands that you want to execute, but you don’t want to run them one by one because, let’s be honest…Jul 13, 2023
JayPiping ls command output to cp or mv commands in Linux / UnixRecently I had a task move or copy few files from one directory to another directory. In Linux, we can do this in multiple ways like using…Sep 16, 2021
param373rLinux Modules — TryHackMe WriteupEasy cheatsheet with explanation of tasks for awk, sed, xargs and sort/uniq commands. FS variable needs to be included according the hint…Feb 14, 20211
AarthiHow to run Prettier (or any other command) on all files in a directoryRecently I was looking for an option in Prettier to run it all files under a directory, something like go fmt ./.... Since I couldn’t find…Dec 14, 2018