How do you copy files in linux with a certain create or modified date?
Thanks
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_23555808.html
I have two directories in Linux. One with the old files, one with the new ones. New collection of files (and sub-directories) include new versions of some files. And some files are deleted, compari...
http://www.experts-exchange.com/Programming/System/Linux/Q_23836007.html
sorry i am very new to linux but need to copy files from one directory to another every other day @ 1830
the cp command i have work out is
cp -f /var/www/html/admin/modules/core/etc/* /home...
http://www.experts-exchange.com/OS/Linux/Administration/Q_23890754.html
I ran this:
cp 1241* /usr/local/virtual/domain.com/mailman/new/
And got the following error:
/sbin/cp: Argument list too long.
Any ideas?
http://www.experts-exchange.com/OS/Linux/Q_24562675.html
Zones:
Linux,
Free BSDDate Answered: 07/11/2009 Rating: 8.6 Views: 29
I am very new to Linux ! I have been playing around with creating a bootable installation of PCLinuxOS 2007 on a usb stick. I have been using a LiveCD in a Windows host machine and have been trying...
http://www.experts-exchange.com/OS/Linux/Administration/Q_23841558.html
Currently having a bit of fun getting this simple scipt to work and thought someone could show me why my syntax does not work.
Simply what I am trying to do is just rename all files within the c...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_24779312.html
Zones:
bash,
sh,
kshDate Answered: 10/01/2009 Rating: 9.3 Views: 17
G'day
I'm attempting to write a linux script that will copy a log file to another location, using the current Day of Week. I wish to set this up so it will run daily, providing 7 days of backup....
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_24072841.html