On Wed, May 05, 2004 at 10:00:20AM -0700, Marcy Cortes wrote: > I need a mv incantation to move everything up a directory, i.e. change: > > /my/dir/dir/files to > /my/dir/files
mv /my/dir/dir /my/dir/dir.old mv /my/dir/dir.old/* /my/dir/dir.old/.[0-z]* /my/dir/ Should do the trick. -Jere > > Thanks in advance, > > Marcy Cortes > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 ---end quoted text--- -- --------------------------------------------------------------------- | Jere Julian Cisco Systems, Inc. GSU | | mailto:[EMAIL PROTECTED] 7025 Kit Creek Rd, RTP, NC 27709 | --------------------------------------------------------------------- ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
pgpjQx81bU327.pgp
Description: PGP signature
