Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

When/how to use "==" or "-eq" operator in test?

linux bash shell syntax

Remove all files that start with same prefix, but different filetype

bash rm

exit from bash script that uses $()

bash

How to outer-join two CSV files, using shell script?

bash shell csv join awk

strtonum in awk causes the values to lose precision

bash awk

Can I ignore comments on diff using regular expressions?

linux bash diff

Get the "user agent" string from a new Google Chrome browser session from bash

How to paste many lines to a file using a bash script?

bash bind nis

Replace all other occurrences of a character range in line with the first character in the line within the range using sed

bash unix sed

File executable only for users in a certain group in bash shell

linux bash shell

Why am I not getting terminal's name within the while loop?

bash

Prevent sed from creating a temporary file [duplicate]

bash macos shell sed

delete and replace a line using linux command

linux bash sed

How I can directly login to rails console through ssh?

ruby-on-rails linux bash ssh

Why can't I pass stdout from netcat to awk?

bash awk raspbian netcat

Bash: How to add character at the end of a line if it doesn't exist?

bash awk sed

How to insert whitespace between characters of words in a specific field in a file

Pipe a vim command after a shell command

bash shell vim