Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Ripgrep to only exclude a file in the root of the folder

shell grep ripgrep

How to get the line number of a string in another string in Shell

shell awk grep

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 determine that the shell script is safe

How do I get current Unix time in nanoseconds in Android Shell?

android shell unix time posix

Ampersand not working inside for loop in shell script

shell

How can a shell script control another script

bash unix shell

bash - delete list of directories (including their contents)

linux bash shell unix scripting

Calling a shell script using SSH exec channel, but it ignores calls to other shell scripts

java shell ssh jsch

Expect-like functionality to IO.gets?

shell elixir elixir-mix

rearrange data on a file (NOT a direct transpose)

bash shell awk sed gawk

Compiling fish shell under Cygwin?

shell cygwin autotools fish

Escaping slashes in bash (awk)

bash shell date awk sed

How to show the line number in Shell (/bin/sh) script when debugging (-x)?

linux shell unix sh

How to emulate a shell-like scripting environment with QTextEdit? [duplicate]

c++ qt shell qtextedit qtscript

Find the last Saturday of the month in a bash script

bash shell

Piping echo output to another echo

bash shell echo

How to nested loop 2 files then compare columns without using `while read`?

bash shell loops awk while-loop