Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

How can I sort by first column textually and then by the second numerically with 'sort'?

linux shell unix sorting

How to view svn diff in vimdiff style in svn

linux svn unix vim

Erase multiple packages using rpm or yum

unix rpm yum

How to pass command output as multiple arguments to another command

linux shell unix

How to print ASCII value of a character using basic awk only

unix shell awk

Diff command to compare files on different servers--Unix [closed]

linux unix diff

How to make AWK use the variable created in Bash Script [duplicate]

linux bash unix awk

First character of a variable in a shell script to uppercase?

shell unix sed awk

Finding the longest word in a text file

linux bash unix

add seconds to a date

c unix datetime

Change extension of file using shell script

linux shell unix

How to use bash to get the last day of each month for the current year without using if else or switch or while loop?

bash unix

How to use Python's difflib to produce side-by-side comparison of two files similar to Unix sdiff command?

Can I trust my environment variables?

How to redirect stdout+stderr to one file while keeping streams separate?

bash shell unix zsh tee

Linux AIO: Poor Scaling

c++ linux unix ext4 aio

Getting "Error occurred during initialization of VM"

java linux shell unix solaris

How to make a multi-character parameter in UNIX using getopt?

unix getopt

Is the unix fork exec sequence really as expensive as it sounds?

unix process exec fork

Why do shells ignore SIGINT and SIGQUIT in backgrounded processes?

linux shell unix signals posix