Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Escaping "#" sign

bash escaping wget

shell script to execute rails runner via cron with rvm

bash cron rvm runner

Bash double bracket regex comparison using negative lookahead error return 2

How to do a hg update or clone in one line of bash?

bash mercurial

BASH - Tell if duplicate lines exist (y/n)

bash file uniq

Replace "template tag" with string in bash

bash shell sed

How can I remove non-breaking spaces from a text file in bash?

bash space

Use FFmpeg to split a video into equal-length segments

bash video split ffmpeg

unix skip-header bash function

bash

How to iterate over each output of awk with sh?

bash shell awk sh

Bash screwing up execution order?

How to Compile .po file to .mo file , msgfmt not working [closed]

bash msgfmt

Combining ionice and nice in Linux, and transitive priorities

linux bash unix terminal

Shell scripting - running a regex to modify a file in place, that includes the file name

bash sed awk

Bash: highlight command before execution (set -x)

linux bash shell sh

Can you convert a date to yyyy/mm/dd using sed?

bash awk sed

How to filter values in a date range when the exact timestamps are not entered in the log

linux bash shell awk sed

What does "-xe" with Shebang (#!/bin/bash) in Shell Script stand for?

bash shell shebang

How to hide the cursor in a terminal during a script and restore it back to normal if the command is interrupted?

linux bash shell