Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I recursively list all directories at a location, breadth-first?

linux bash shell ksh

When to use set -e

bash shell

Check that there are at least two arguments given in a bash script

linux bash

Get free disk space with df to just display free space in kb?

remove all of a file type from a directory and its children

bash unix shell scripting

How to find duplicate files with same name but in different case that exist in same directory in Linux?

Prevent bash from interpreting without quoting everything

bash

How to remove extra spaces in bash?

bash removing-whitespace

Setting read/write permissions on Mongodb folder

Assign grep count to variable

bash shell grep

Remove the first word in a text stream

bash sed awk cat

Is it possible to detect *which* trap signal in bash? [duplicate]

bash bash-trap

How to reinstall the latest cmake version?

linux bash ubuntu cmake

extracting unique values between 2 sets/files

How can I write a Linux bash script that tells me which computers are ON in my LAN?

linux bash ping

Check if mysql database exists, perform action based on result

mysql linux bash

How can I gzip standard in to a file and also print standard in to standard out?

linux bash shell tee

Extract filename and path from URL in bash script

bash url parsing

How to invoke ioctl in shell script?

bash shell ioctl

Pretend to be a tty in bash for any command [duplicate]

bash tty