Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

zsh alias command for la or ls, not working

shell unix terminal zsh zshrc

Awk only prints (0, 1) if pattern, but I want to print the pattern

bash unix awk pattern-matching

Debugging multiple forked processes in *nix

c debugging unix fork

File is not written on disk until program ends

c unix

How can I check whether an argument passed to a shell script is NOT an integer?

Reading File Remotely in C++

c++ windows unix file

Can we set a variable used in a Perl script as environment variable?

linux perl bash unix

Repeat a number in string twice using sed command

linux unix sed terminal

How maxdepth and mindepth works with find command?

unix find

Locating zombie mySQL connections

mysql unix zombie-process

Iterating over standard in blocks until EOF is read

python python-2.7 unix io stream

Unix command to replace all instances of a string in every file in a folder [closed]

string shell unix replace

How do i use getopts to avoid running a script when there is no parameter entered?

linux bash shell unix scripting

How do I see see version of tcsh that is running?

unix shell version tcsh

C/C++ Unix configuration file library [closed]

c++ c unix configuration-files

SSH Windows to UNIX

windows unix shell ssh

In a SAS `X` command, how can I pass carriage return?

loops unix sas

How to pipe git clone

git bash unix pipe posix

How to copy binary correcltly

file unix go file-permissions

Why my sig_int() function can't prevent my function from exit in c?

c unix