Need to process thousands of files but don’t want to wait hours? The xargs command combined with parallel processing can turn a 2-hour job into
Category: Shell
Shell Script Hack #1: Brace Expansion for Instant File Backups
Ever needed to quickly backup a file before editing it? Most developers do this the tedious way by typing the filename twice. There’s a much
Bash Script with Arguments
Have you ever wondered to input the arguments in the bash scripts. Well there is the process how you do it. Step 1: add the