Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sh

How to sort a CSV with quoted fields (that may contain the separator)

linux shell unix sh posix

How to find the files recursively having a text pattern excluding some directories and files [duplicate]

bash shell sh

Why use ${@+"$@"} in shell scripts?

linux posix sh

Conditionally run process in background with bash

bash sh

How to execute the vim commands through shell script

linux shell sh vim

"ls: not found" after running "read PATH"

shell scripting sh

Purpose of square brackets in shell scripts

unix sh

how does npm run work?

node.js shell npm sh

Permission denied for standalone.sh" : error=13

ubuntu sh wildfly

dash '-' after #!/bin/sh -

shell centos sh

How to make expect command in expect program script to wait for exact string matching

shell unix scripting sh expect

How can I make a "read-only variable"?

shell posix sh

Bash syntax in /etc/profile

linux bash unix sh profile

Source not found on Vagrant up

unset bash function variable with non-standard name

bash sh unset bash-function

Linux proc/pid/fd for stdout is 11?

linux sh file-descriptor

How to query the character under the current cursor position or anywhere on the screen in bash

Is it necessary to quote command substitutions during variable assignment in bash?

bash shell sh

inotifywait shell script run as daemon

What does this mean SCRIPTNAME="${0##*/}" in shell script?`

linux sh