Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Append line to /etc/hosts file with shell script

linux bash shell ubuntu sed

Shell: redirect stdout to /dev/null and stderr to stdout [duplicate]

linux bash shell sh

How to attach a file using mail command on Linux? [duplicate]

linux unix shell email

How can I read a file and redirect it to a variable?

linux shell scripting

using rot13 and tr command for having an encrypted email address

shell

is there an escape character for envsubst?

bash shell envsubst

Replace whitespace with a comma in a text file in Linux

linux shell csv sed awk

How to execute a shell script on a remote server using Ansible?

shell ansible remote-server

ZSH not recognizing my aliases?

bash shell sh zsh zshrc

How to run shell script file using nodejs?

node.js shell cassandra

Redirecting output of bash for loop

linux bash shell

Why do we need mktemp? [closed]

linux shell filesystems

Multi-dimensional arrays in Bash

Calling an executable program using awk

shell awk

rm fails to delete files by wildcard from a script, but works from a shell prompt

linux bash shell

Converting relative path into absolute path?

How do I determine if a web page exists with shell scripting?

shell unix

Trim leading and trailing spaces from a string in awk

shell unix awk

Send a ping to each IP on a subnet

networking shell ping arp

What is the difference between $@ and $* in shell scripts?

shell scripting