How to get whether the OS is 32-bit or 64-bit by UNIX command or in C?...
Read MoreHow can I minify JSON in a shell script?...
Read MoreForcing "date" to use a locale other than the machine default...
Read MoreWindows Equivalent of 'nice'...
Read MoreMaking the "ls" command sort "a" before "B" (vs. a → b → A → B)...
Read MoreHow do I check if a directory exists or not in a Bash shell script?...
Read MoreHow to detach a forked process from parent in C...
Read MoreDoes cmp command not use ASCII encoding for bytes?...
Read MoreHow can I get the memory of one process in Linux...
Read MoreGet specific line from text file using just shell script...
Read MoreHow to insert the looping parameter into the middle of a string?...
Read MoreAlternative to "tree" command or a way to reduce tree output file size?...
Read MoreHow can I generate a core dump in Linux on a segmentation fault?...
Read MoreShould we use exit or return in child process...
Read MoreIn a unix shell, how to get yesterday's date into a variable?...
Read MoreHow do I get a thread ID from an arbitrary pthread_t?...
Read MoreHow can I kill a process running on particular port in Linux?...
Read MoreTimeout on an accept socket function...
Read MoreHow to get a file in Windows with a colon in the filename?...
Read MoreHow to omit user@location from Unix shell prompt?...
Read MoreProblems with filtering: awk: syntax error at source line 1...
Read MoreHow can I undo "set -x" in a Unix shell?...
Read MoreWhat are the rules for valid identifiers (e.g. functions, vars, etc) in Bash?...
Read MoreDetermine the process pid listening on a certain port...
Read MoreHow does SIGINT relate to the other termination signals such as SIGTERM, SIGQUIT and SIGKILL?...
Read MoreHow can I remove the last (non-newline) character of a file in unix?...
Read MoreWhen should I wrap quotes around a shell variable?...
Read More