The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-05-2007
snerge snerge is offline
Registered User
 

Join Date: Feb 2007
Posts: 10
Actually, I would not use a semicolon anyway ...

maybe you could use "mkdir dirname && cp /path/to/file* dirname/" instead

It is still 2 commands, I don't know how to do it with one (I don't think it is possible)

Why can't you use 2 commands ??

hope this can help
Reply With Quote