![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| no data redirected to a file with top and grep - why? | fongthai | Shell Programming and Scripting | 15 | 04-24-2008 03:30 AM |
| redirected output not going to file for all cases | brdholman | UNIX for Dummies Questions & Answers | 7 | 10-10-2007 11:07 AM |
| Accessing redirected file inside script | milhan | UNIX for Dummies Questions & Answers | 3 | 02-02-2007 04:13 AM |
| search for a file - errors redirected | matrixmadhan | AIX | 1 | 07-18-2005 01:12 AM |
| tail -f a log file redirected into a new window? | douknownam | Shell Programming and Scripting | 2 | 06-01-2004 01:34 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Saving a redirected file
What command do I use in order to save a file in directory A/B/C
to directory A/D/E. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
cp A/B/C/file_name D/E/F/file_name
or mv A/B/C/file_name D/E/F/file_name |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|