Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

filtering file from the result of find command

unix

C - How to ENSURE different random number generation in C when program is executed within the same second?

c unix random seconds

How to delete duplicate lines in file in unix?

unix sed awk

Sorting in unix while other field doesn't change

bash sorting unix

perl: How to distinguish if file does not exists or I don't have permissions to the path

perl unix

How to copy all the data from usb to specific location on OS X using terminal

macos unix

Have aliases in adb shell non-interactive mode

android unix sh adb mksh

Remove all .gitignore files of my folder

git unix github command

Perl - How to get date of Previous wednesday from the given date without using DateTime

perl date unix

Replacing multiple occurrences of a word using sed in unix

unix sed

Unix shell script: exit with returning value

shell unix

Input syntax for heredoc in Bash

bash unix heredoc

Accept multiple lines of input in a bash script

linux bash unix awk sed

Pass struct to xv6 system call

c unix system-calls xv6

How to replace a number to another number in a specific column using awk

linux unix awk sed

Is the Linux system clipboard represented in the file system somewhere as a device?

unix x11 copy-paste

How to format the date in KornShell script to DD-MON-YYYY?

shell date unix ksh

How to check file encoding in Linux? Handling multilingual scripts

php linux unix shell encoding

How can I obtain the local TCP port and IP Address of my client program?

c unix sockets

Array Performance very similar to LinkedList - What gives?