Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

How to define pwd as a variable in Unix shell

shell unix pwd

Unix Command to Delete all files in a directory but preserve the directory

unix

How to export dot separated environment variables

macos bash unix

Using grep to find string with brackets

unix grep

How to remove files using find and rm command?

bash shell unix

How can I find the missing integers in a unique and sequential list (one per line) in a unix terminal?

bash unix awk

Get MIME type from filename in C

c mime-types unix

Find suid and gid files under root

unix find command

Performance issue with parsing large log files (~5gb) using awk, grep, sed

bash unix awk grep logging

How can I flush unread data from a tty input queue on a UNIX system?

c unix buffer

Delete a column from a delimited file in linux

linux unix awk sed

Linux exec function: what is the arg0 parameter used for?

c++ c linux unix

How to get "drwx---r-x+" folder permission using CHMOD? - Bash script [closed]

macos bash unix chmod

How to compare versions of some products in unix ksh shell?

unix shell ksh

Java, Linux: how to detect whether two java.io.Files refer to the same physical file

java file unix equals

How to display the first line that contains a certain string in a text file unix?

linux unix grep

efficiency of fwrite for massive numbers of small writes

c++ unix fwrite system-calls

Bash time format HH:MM in 12 hour format AM/PM

bash shell date unix time

How to Get a Substring Using Positive and Negative Indexes in Bash

bash unix

Bash Script store cat output in variable and then echo it [duplicate]

bash unix