Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Hiding a mounted device in nautilus

linux bash nautilus

Should my script use cp or mv to be more robust?

Progress bar during smbclient put

linux bash

bash: nested interactive read within a loop that's also using read

bash while-loop interactive

Run several python programs at the same time

python bash

Prevent bc from auto truncating leading zeros when converting from hex to binary

bash

Bash "inline" conditionals

bash conditional

bash store output as a variable

linux bash

How can I escape forward slashes in a user input variable in bash?

Bash- is it possible to use -uniq for only one column of a line?

bash sorting uniq

How can I change a certain field of a file into upper-case using awk?

linux bash awk

Using getopts to read one optional parameter and shift the right number of arguments

bash

Returning array from a Bash function

Bash variable from command with pipes, quotes, etc

bash variables pipe

bash read is being skipped when run from curl pipe

macos bash curl terminal

How does a script prefaced with #!/bin/rm delete itself?

linux bash shell unix

Sed substitution and external command

bash sed

changing the output filenames in [split] [closed]

bash split terminal

How to find and replace items not preceded or followed by specific characters with sed?

bash replace sed

Testing against -n option in BASH scripts always returns true

bash shell sh