Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Check if the shift key is currently being held in the Linux text/fb console

linux bash console

How do I use exec 3>myfifo in a script, and not have echo foo>&3 close the pipe?

bash exec named-pipes mkfifo

Find part of a string in CSV and replace whole cell with new entry?

python bash csv awk sed

Possible to read the last line of a linux gnu-screen?

linux bash gnu-screen

What's the difference between subprocess.Popen("echo $HOME"... and subprocess.Popen(["echo", "$HOME"]

How to save curl output in gitlab variable?

bash shell gitlab yaml gitlab-ci

How to preserve the order of the output of the command when piping to fzf

bash fzf

process substitution in bash, sometimes I have to press "Enter"

linux bash

Recursively prepend text to file names

linux bash rename

Error in bash if statement: Conditional binary operator expected

bash grep

How to tar a fifo

linux bash http-redirect tar

How to include relative script source file bashrc

linux bash

how awk takes the result of a unix command as a parameter?

bash shell awk

Are these Perl commands harmful if interpreted as Bash commands when pasted into a shell?

bash shell perl

How to execute thousands of commands in parallel using xargs?

linux bash xargs

LINUX: List all directories, push into a bash array

linux arrays bash scripting

How can a shell script control another script

bash unix shell

How to Sort Output from several Log Files by date

linux bash sed awk