Search code examples
How to get whether the OS is 32-bit or 64-bit by UNIX command or in C?...


unixoperating-systemcommandcpu-architecture32bit-64bit

Read More
How can I minify JSON in a shell script?...


jsonunixcommand-lineminify

Read More
Forcing "date" to use a locale other than the machine default...


bashunixdate

Read More
Windows Equivalent of 'nice'...


windowsunixprocess-management

Read More
Making the "ls" command sort "a" before "B" (vs. a → b → A → B)...


unixcommand-lineterminal

Read More
Sort 'ls' output by name...


unixls

Read More
How do I check if a directory exists or not in a Bash shell script?...


bashshellunixcommandposix

Read More
How to detach a forked process from parent in C...


cshellunixexecfork

Read More
Does cmp command not use ASCII encoding for bytes?...


linuxbashunixterminalcmp

Read More
How to sort a file in-place?...


linuxbashshellunix

Read More
How can I get the memory of one process in Linux...


linuxunix

Read More
Remove all files in a directory...


pythonunixfile-management

Read More
Get specific line from text file using just shell script...


linuxshellunixsh

Read More
How to insert the looping parameter into the middle of a string?...


linuxbashunix

Read More
Alternative to "tree" command or a way to reduce tree output file size?...


linuxunixterminaltreetreeview

Read More
How can I generate a core dump in Linux on a segmentation fault?...


linuxbashunixcoredumptcsh

Read More
Should we use exit or return in child process...


c++clinuxunixfork

Read More
In a unix shell, how to get yesterday's date into a variable?...


unixdatetimeshellkshhp-ux

Read More
How do I get a thread ID from an arbitrary pthread_t?...


clinuxunixpthreadssystem-calls

Read More
How can I kill a process running on particular port in Linux?...


linuxunixportkill-process

Read More
Timeout on an accept socket function...


csocketsunix

Read More
How to get a file in Windows with a colon in the filename?...


windowsunixfilenames

Read More
How to omit user@location from Unix shell prompt?...


bashunixps1

Read More
Problems with filtering: awk: syntax error at source line 1...


unixawkterminal

Read More
How can I undo "set -x" in a Unix shell?...


shellunix

Read More
What are the rules for valid identifiers (e.g. functions, vars, etc) in Bash?...


linuxbashunixsyntax

Read More
Determine the process pid listening on a certain port...


unixportfreebsdpid

Read More
How does SIGINT relate to the other termination signals such as SIGTERM, SIGQUIT and SIGKILL?...


linuxunixposix

Read More
How can I remove the last (non-newline) character of a file in unix?...


linuxbashunixsed

Read More
When should I wrap quotes around a shell variable?...


linuxbashshellunixquotes

Read More
BackNext