Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to sort and count occurrence of lines in linux [duplicate]

linux bash terminal

Bash -value too great for base (error token is "09") for date string yyyymmdd [duplicate]

bash shell date base

Bash find line number

linux bash

Find words that are 6 characters in length

bash parsing text-parsing

Convert Bash Scripts To Shell

linux bash shell scripting

What does -1 in "ls -1 path" mean?

bash shell glob ls

Multiply in bash script according to mathrules

bash shell

Format perl regex capture groups

regex bash perl

Bash - how to avoid command "eval set --" evaluating variables

bash variables unix cmd eval

Using awk to find a domain name containing the longest repeated word

regex bash awk

EOT in conditional section of bash script

bash ftp

bash: How to prepend a string to stderr lines and combine both stdout and stderr in exact order and store in one variable in bash?

Why doesn't set -e cause a failure with `false || false && true`? [duplicate]

linux bash shell

Run GCC on Bash on Windows 10 with C# or C++

How can I echo a string with hard line wrap?

bash

See exact content of bash variable? (hexdump doesn't help)

bash hex quoting

Getting TravisCI to commit and push a modified file with Tags (releases)

Unable to mark file in git

git bash

Remove strings by a specific delimiter

linux bash awk sed

Why doesn't Python's len(readlines) equal Bash's 'wc -l' command?

python bash