Skip to main content
zwol's user avatar
zwol's user avatar
zwol's user avatar
zwol
  • Member for 13 years, 4 months
  • Last seen more than a week ago
  • Pittsburgh, PA
267 votes
Accepted

How does a Segmentation Fault work under-the-hood?

252 votes
Accepted

Why *not* parse `ls` (and what to do instead)?

49 votes

How do I create a blank PDF from the command line?

23 votes

Why are UNIX/POSIX system call namings so illegible?

13 votes

what does star in passwd file mean?

13 votes

Is the "tick" or "acute accent" character ´ (not `) used for anything in Linux shell?

12 votes

What is the use of the -f option for `touch`?

12 votes
Accepted

Using “reserved” codes for exit status of shell scripts

11 votes

Porting Linux to another platform requirements

11 votes

Makefile alternative for those who don't want tab indenting all content under the opener

11 votes

Generating a random password; why isn't this portable?

11 votes

Is there a simple Bash tool which can quickly render basic HTML?

10 votes

bash if not multiple conditions without subshell?

9 votes

Official list of programs to be included in Linux?

9 votes
Accepted

Feed all traffic through OpenVPN for a specific network namespace only

7 votes

How can I test if a variable is empty or contains only spaces?

7 votes

Why should I care about POSIX if I'm writing bash scripts?

6 votes

What C library version does my system use?

6 votes

SetUID bit not working in Ubuntu?

5 votes

Use shell's "*" glob, but exclude one file and don't match directories?

5 votes

Is there any reason to have a shebang pointing at /bin/sh rather than /bin/bash?

4 votes

How can I use '*' to capture everything with exceptions

4 votes
Accepted

error ./c.sh: line 24: [: too many arguments in shell program

4 votes

How to temporarily save and restore the IFS variable properly?

3 votes

How can I delete html tags from a file using sed?

3 votes

How do I run a command and get its exit code in fewer characters?

3 votes

cd ~<user> is possible but why can't we cd ~"$USER" or cd ~${USER}

3 votes

How do ssh remote command line arguments get parsed

3 votes

Does tail read the whole file?

2 votes

Use #!/bin/sh or #!/bin/bash for Ubuntu-OSX compatibility and ease of use & POSIX