Top "Unix" questions

This tag is EXCLUSIVELY for PROGRAMMING questions that are directly related to Unix; general software issues should be directed to the Unix & Linux Stack Exchange site or to Super User.

How do I get cURL to not show the progress bar?

I'm trying to use cURL in a script and get it to not show the progress bar. I've tried the …

linux bash unix scripting curl
List files recursively in Linux CLI with path relative to the current directory

This is similar to this question, but I want to include the path relative to the current directory in unix. …

linux unix recursion ls
Use space as a delimiter with cut command

I want to use space as a delimiter with the cut command. What syntax can I use for this?

bash unix cut
What is the meaning of "POSIX"?

What is POSIX? I have read the Wikipedia article and I read it every time I encounter the term. The …

linux unix posix terminology
What does ^M character mean in Vim?

I keep getting ^M character in my vimrc and it breaks my configuration.

unix vim
How to pretty print XML from the command line?

Related: How can I pretty-print JSON in (unix) shell script? Is there a (unix) shell script to format XML in …

xml unix command-line
What is a bus error?

What does the "bus error" message mean, and how does it differ from a segfault?

c unix segmentation-fault bus-error
Listing only directories in UNIX

I want to list only the directories in specified path (ls doesn't have such option). Also, can this be done …

unix shell
Replace comma with newline in sed on MacOS?

I have a file of id's that are comma separated. I'm trying to replace the commas with a new line. …

macos unix sed
List of Java processes

How can I list all Java processes in bash? I need an command line. I know there is command ps …

linux bash unix command-line