Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Using jq to fetch key value from json output

linux bash shell curl jq

How to recursively list all files and directories

linux shell

Is it possible to print the awk output in the same line

linux bash shell awk

find and delete file or folder older than x days

linux shell automation

ZSH for loop array variable issue

arrays shell unix for-loop zsh

In bash, how could I add integers with leading zeroes and maintain a specified buffer

How do I iterate through lines in an external file with shell? [duplicate]

bash shell

Iterating through a range of ints in ksh?

shell ksh

How to reverse lines of a text file?

How do I launch files in C#

c# .net shell

How does "(head; tail) < file" work?

bash shell

Automator Variable in shell script

macos shell unix automator

Less dimwitted shell required

linux shell ubuntu sh

What is the use/meaning of "#!/bin/sh" in shell scripting?

shell unix

Where to find info on Android's "service call" shell command?

android shell service adb

What does -ex option used in bash | #!/bin/bash -ex mean

linux bash shell scripting

Alternative to `sed -i` on Solaris

shell unix sed solaris

Run a shell script with an html button

html shell button

Is this the right way to run a shell script inside Python?

python linux bash shell unix

In Bash, how do I interpolate $(...) in a string?