Skip to main content
Tweeted twitter.com/#!/StackUnix/status/218291349202534400
Slight improvement
Source Link
bahamat
  • 40.9k
  • 5
  • 76
  • 104

I haveGiven the following command:

gzip -dc /cdrom/cdrom0/file.tar.gz | tar xvf – 

I wonder whatWhat does the "-" at the end of the command mean? Is it some kind of placeholder?

I have the following command:

gzip -dc /cdrom/cdrom0/file.tar.gz | tar xvf – 

I wonder what does the "-" at the end of the command mean? Is it some kind of placeholder?

Given the following command:

gzip -dc /cdrom/cdrom0/file.tar.gz | tar xvf – 

What does the - at the end of the command mean? Is it some kind of placeholder?

Source Link
Eugene S
  • 3.5k
  • 8
  • 32
  • 35

What does dash "-" at the end of a command mean?

I have the following command:

gzip -dc /cdrom/cdrom0/file.tar.gz | tar xvf – 

I wonder what does the "-" at the end of the command mean? Is it some kind of placeholder?