Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Is there a way to print the PID of the process that called my C binary

c bash unix gcc solaris

Explain this command: . ~/nvm/nvm.sh

linux bash nvm

How to write a bash script to open multiple files in Vim using splits and tabs?

bash vim

Bash script stops execution of ffmpeg in while loop - why?

bash loops while-loop ffmpeg

Speed up bash script that uses several find commands

linux performance git bash find

What is the fastest way to autobreak a line of gigabytes separated by keywords using bash shell?

perl bash shell sed awk

Single column data to multiple columns

linux bash shell sed awk

Ruby execute shell command and get array

ruby bash shell

files with same name in different folders

linux bash file shell scripting

Getting Permission Denied running perl executables

How to run a Shell Script before shutdown on CentOS

linux bash shell centos runlevel

Increment the elements of an array by 1 (1 thru 1000)

arrays linux bash shell sh

use grep to count the number of times a word got repeated in a file

bash shell grep

Bash: Native way to check if an entry is one line?

bash find wc

BASH: syntax error near unexpected token `done' with alias named 'do'

linux bash

How to pass log file in pg_dump

bash postgresql unix

Process grep with pipe returns itself. How do I exclude it? [duplicate]

linux bash

How to use `awk` to grep certain columns like these?

bash awk

IPython uses a different $PATH environment than the shell

python bash shell ipython zsh

Is it possible to pipe multiple inputs into one program? [closed]

c bash pipe