Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Are bitwise operators supported in regular shell /bin/sh (not bash)

Pass arguments in shell-script from a makefile and get back the results?

shell makefile gnu-make

Find items common between two Bash arrays

arrays linux bash shell

Having Issue with file name appended with date -shell scripting

bash shell

Difference between `exec n<&0 < file` and `exec n<file` commands and some general questions regarding exec command

linux shell unix while-loop exec

what behavior will result while function returned but command in function is running in background?

linux bash shell

.Desktop with command line args passed to exec (similar to shell script)

Loop a command in VxWorks at a certain frequency

shell loops vxworks

inotify + stdout piping - output being lost in a pipe

linux shell buffering

Using a shell variable to choose one bash array

Convert a PDF to Images using sips

macos shell pdf sips

Linux, how to execute an executable / non-executable file?

linux shell

In Linux, if I have a bunch of text files is there a simple script to merge them into one file?

shell

How can I get the list of all files that are sourced by bash?

bash shell

URL breaking of at space in my shell script

linux bash shell unix url

Redirecting grep output to file

bash shell

Why do I get a “Can't find string terminator” error only when the command is in a variable?

bash shell

Filtering text file based on values in some lines using awk

python shell awk sed

inplace deletion of a line before and after a pattern using sed command in linux

shell sed