1830227 Members
2502 Online
109999 Solutions
New Discussion

Run command

 
SOLVED
Go to solution
O'lnes
Regular Advisor

Run command

What is the difference to run the command with and without "-" sign? Thanks.
eg.
tar -cvf
tar cvf

Andy
1 REPLY 1
U.SivaKumar_2
Honored Contributor
Solution

Re: Run command

Hi,

There is no difference between
those two syntax. Some unix version used - some others will not use - . IN linux you
use both ways.

regards,
U.SivaKumar
Innovations are made when conventions are broken