Search Results

Search: Posts Made By: deaddevil
2,549
Posted By deaddevil
thanks will try the script, and let you know.
thanks will try the script, and let you know.
2,404
Posted By deaddevil
Dynamic naming based on file content
I was just thinking if there is a way where i can dynamically rename files based on the actual file content.
I have a load of pdf's which have been named wrongly. (We normally put date first, then...
2,549
Posted By deaddevil
Shellscript to find duplicates according to size
I have a folder which in turn has numerous sub folders all containing pdf files with same file named in different ways.
So I need a script if it can be written to find and print the duplicate files...
4,924
Posted By deaddevil
what I need is somewhat difficult to code, so...
what I need is somewhat difficult to code, so i'll do this manually, also thanks for the help!!!
really appreciate the time!
4,924
Posted By deaddevil
I now have a list of duplicate files, but the...
I now have a list of duplicate files, but the issue is I need to eliminate only the ones that are same not the ones that are different but still have the same name.

For eg
if the files are...
4,924
Posted By deaddevil
thanks for the explanation, needed that, also...
thanks for the explanation, needed that, also what modification is needed to display the non duplicate files as well but after all duplicate ones are displayed?
4,924
Posted By deaddevil
thanks Franklin52 your script did the trick!! ...
thanks Franklin52 your script did the trick!!
Also the others who helped thanks a lot, really appreciated your time you spared for the script!!
4,924
Posted By deaddevil
Shellscript to sort duplicate files listed in a text file
I have many pdf's scattered across 4 machines. There is 1 location where I have other Pdf's maintained. But the issues it the 4 machines may have duplicate pdf's among themselves, but I want just 1...
6,565
Posted By deaddevil
yeah thanks a lot
yeah thanks a lot
6,565
Posted By deaddevil
its woking, will try on more files and let ypu...
its woking, will try on more files and let ypu know, thanks!!!!

---------- Post updated at 02:51 PM ---------- Previous update was at 12:59 PM ----------

The script is working, but I wanted to...
6,565
Posted By deaddevil
/home/smriti/Aquino_2008/Important_script_final_de...
/home/smriti/Aquino_2008/Important_script_final_dec2008/rearrange_pdf_names/Benzoic-zinc_AMDL_2009.pdf...
6,565
Posted By deaddevil
hey thanks, the script is working fine, but just...
hey thanks, the script is working fine, but just noticed one undesirable result.

if you noticed , In the find command I specified the location of where the pdb's may be located, but I may have...
6,565
Posted By deaddevil
its giving the error below sed: -e expression...
its giving the error below
sed: -e expression #1, char 44: invalid reference \4 on `s' command's RHS
mv: missing file argument
Try `mv --help' for more information.



Also when I try the...
6,565
Posted By deaddevil
thanks for the reply, i modified the script as...
thanks for the reply,
i modified the script as per your suggestion to:
for file in $(find /home/smriti/Aquino_2008/Important_script_final_dec2008/rearrange_pdf_names/ -type f -name "*.pdf")
do
...
6,565
Posted By deaddevil
Shellscript to rearrange filenames in directories
below is the script to rename filenames ending with .pdf extension.
I want the script to enter directories and search for all pdf and then if it is in the format file_amb_2008.pdf , then change it...
1,210
Posted By deaddevil
A range problem
I have a text file which contains a row of values ranging from -9.99 to 1.00
now the issue here is I need the script below to keep checking recursively th entire file, yes the entire fila and only...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 03:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy