Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

What codec do I need to convert .wav to .mp3 with ffmpeg?

bash ffmpeg

sed replacing tex short-hand $$ with latex short-hand \( \)

bash sed latex

Getting PID of sshd

bash shell

printf field width doesn't support multibyte characters?

bash shell printf sh

Prevent terraform function 'templatefile' from outputting heredoc

Avoid writing progress bars to file in linux

linux bash stdout

Why time command in linux has different output when I type it in shell than I use it in script?

linux bash time

Wrong read from a named pipe

bash pipe named-pipes

sed or awk add content to a body of a c function running in git bash v2.21.0

bash unix awk sed

git seems confused about whether a file has changed (with autocrlf=true option)

git bash core.autocrlf

Is there a command-line shortcut for ">/dev/null 2>&1"

GIT pre-commit hook which searches non-UTF-8 encodings among modified/added files (and rejects commit if it finds any)

Is "shopt -s lastpipe" efficient?

bash

Can you assign associative arrays to variables in bash?

bash

Linux rename files to uppercase

linux bash ubuntu

Floating point comparison in shell

bash shell

sed: couldn't write 26 items to stdout: Broken pipe

bash sed

What is the bash "test" command evaluation order?

bash

Open git bash and run command in java on Windows

java bash curl

How is rustc able to compile source code from bash process substitution but gcc cannot?

c linux bash unix rust