Hi all,
I have upgraded recently to Ubuntu 12.10 with Cinnamon 1.6.3.
When I want to use Archive Manager (file-roller 3.6.0) with Nautilus 3.4.2 I cannot add files to an existing zip archive.
(1) When I try to add a file using Archive Manager's menu: Add File nothing happens
(2) When I drag&drop a pdf file to an existing zip archive I get "You can't add an archive to itself"
(3) W
Hi,
To Archive files, I try to move files from one directory to another directory . So i used the below logic,
Code:
#!/bin/ksh
****Archive*****
mv ${DATA_DIR}/ABC_.dat ${ARCHIVE}
So if i give the complete file name its working fine.
I have just installed Free Arc utility for compression from : http://www.freearc.org/Download.aspx
and it works smoothly but in command Line mode.
Commands:
a add files to archive
c add comment to archive
ch modify archive (recompress, encrypt and so on)
create create new archive
cw write archive comment to file
d delete files from archive
e
Hi Gurus,
I have the below requirement,
Execute an unix script which will pick the latest file from the archive directory and do a grep (on multiple patterns) on that file.
processingDir="/usr/apps/irdc/informatica/spsf_sales/TgtFiles/ARCHIVE"
filename = 'ls Check* | sort -n -k 2 | tail -1'
The processing directory contains the list of archive files and the file name command wil
Hello,
I am working on moving a data file to archive dir from the processing directory using the following lines in my FTP script. Sometimes the mv command does not work as the timestamp is is changed by seconds as the current date in the following code is changed.
Hi All,
My requirement is to remove the more than 60 days files from Archive folder, so prepared this command.
Code:
for files in `find /abc/Archive/<file_name_25032012.dat> -type f -mtime 61|xargs ls -lrt`
do
rm -f $files
done
I tested this command in both unix and informatica.
In unix if files are exists on this date then it's identifying files and removing else it's removing
File Archive is your personal File Manager with simple UI and affable featuresÂ….
Creating and storing the files within the smartphone is longer a tedious process. File Archive will let you find, create and store up files and folders within seconds.
If you are looking for a potent file manager that can copy, move, rename, create files and folders, including multi-selection, ZIP etc.
Hi Everyone !
i want to make an application which is written in shell script and in Bourne shell (sh)
i want, when my script is executed, it read all the files in the directly and move them to folders according to their extension.
suppose i have a files:
test.txt
test.jpg
test.docx
test.tgz
all files txt goes to directory txt, jpg extention files goes to folder jpg and same the docx files to
I have the followin directory structure:
base/
files/
archives/
scripts/
I want a script to run from scripts/, compress files that match results.*.log in files/ into a gzipped tar archive in archives/.
I'm trying the following command:
tar czfC ../archives/archive.tar.gz ../files results.*.log
But I get
tar: results.*.log: Cannot stat: No such file or directory
tar: Exiting with f