Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash: "invalid number" error when passing array elements value to variable

arrays bash posix

How to print the unique field names in the first line of many files?

bash awk

output files in git repository with bash

git bash

How to spawn a bash subshell from a bash script that persist after the script ends

bash

Bash - difference between <<EOF and <<'EOF'

bash heredoc

Is it possible to send output to a variable in bash?

bash copy

Bash scripting: boolean variable not working properly

bash

Bash "for file in" exception

bash shell

Linux Ubuntu: Script works in terminal, but not .sh

linux bash shell ubuntu terminal

How can I fetch VRAM and GPU cache size in Linux?

linux bash gpu vram

How to remove the extra space between two cut commands?

bash cut

Capture text between two tokens

regex bash sed

How to properly scope the -or operator for GNU find? How do I find symlinks to executable files?

linux bash shell unix posix

Bash always returning error code eq 0

bash

How to delete all the subdirectories but keep those files in the parent directory?

bash shell unix ksh aix

Difference when running 'Cygwin.bat' and if just running 'bash' (.bash_profile vs. .bashrc)

windows bash cygwin

Number of intergers in a file using Command Line Interface

Using awk to remove leading zeros gives octal results

bash shell awk

How do i search & replace using sed and not include a group of characters?

regex linux bash sed