Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Get Month & Day from Date

linux unix date

Find out if file has been modified within the last 2 minutes

linux bash unix sh

Add user to group but not reflected when run "id"

linux unix

Error of java path on loading rJava package

java r unix rjava

Variables as commands in Bash scripts

bash unix shell

Shell script templates [closed]

Get the characters after the last index of a substring from a string

linux bash unix

Process size on UNIX

unix size

Dependency Walker equivalent for Linux? [duplicate]

gprof reports no time accumulated

c++ macos unix gprof

Is there a way to find the running time of the last executed command in the shell?

linux bash macos unix shell

What's the equivalent of Windows' QueryPerformanceCounter on OSX?

c++ c windows unix porting

Who executes first after fork(): parent or the child?

c unix fork

Awk consider double quoted string as one token and ignore space in between

bash unix awk

unix- show the second line of the file

unix

How to make tail display only the lines that have a specific text?

shell unix tail

What does ** mean in a path?

Random access to gzipped files?

Surround all lines in a text file with quotes ('something')

linux unix text directory grep

Create a daemon with double-fork in Ruby

ruby linux unix fork daemon