Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Shell Script to Delete 1 folder and keep 5 Post 302431637 by greendevil on Tuesday 22nd of June 2010 10:13:27 AM
Old 06-22-2010
I would have to agree. You're suggested script, with some minor changes, worked flawlessly (when the digits were correct). I'm looking into having the scripts that create the initial backup folders changed, to add another digit to the month/day where needed. Call it clean up work for the last admin.

Last edited by greendevil; 06-22-2010 at 11:31 AM..
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script to delete folder based on text file information

I have been working on a script to list all the name's of a subfolder in a text file then edit that text file and then delete the subfolder base on the edited text file so far I have been able to do every thing I just talked about but can't figure out how to delete the subfolers base on a text file... (8 Replies)
Discussion started by: bone11409
8 Replies

2. Shell Programming and Scripting

Shell script delete log files from folder & subfolders on space usage

Hi, I am trying to write a shell script to delete logs generate by db when space in the folder reaches 70%. i am getting space values from db, find the files at OS and remove them by using a cron job runs every 5minutes. I have to keep the latest 5 files at any time, my problem is that log files... (3 Replies)
Discussion started by: saha
3 Replies

3. Shell Programming and Scripting

delete all the files in folder a which exist in folder b

Hi , I need a script which basically deltes all files in folder a which are alreasy present in folder b say folder a has files abc.txt pqr .txt and b has abc.txt pqr.txt rmr.txt then file abc.txt and pqr.txt from a should be deleted (6 Replies)
Discussion started by: viv1
6 Replies

4. UNIX for Dummies Questions & Answers

Shell script folder creation

hi can any one help me in shell scripting where in my requirement is to write a shell script where in if i run that script i should copy all the .doc files from one system to another systems within a network like from parent folders to child folder example parent folder A within parent folder... (5 Replies)
Discussion started by: afra
5 Replies

5. UNIX for Dummies Questions & Answers

Script to delete files in different folder

Hi Experts, i need a little help. i have different folder that contain files that need to be deleted. but those folder contains huge amoung of same with 3 different extention. what i used to do is to delete them using the rm commande rm *.ext *.ext1 *.ext3 what i want to do is to have... (1 Reply)
Discussion started by: yprudent
1 Replies

6. Shell Programming and Scripting

Script to delete files in a folder older than 2 days

hi i need a script to delete the files older than 2 days... if my input is say in a folder versions A_14122012.txt A_15122012.txt A_16122012.txt A_17122012.txt i want my output to be A_16122012.txt A_17122012.txt thanks in advance hemanth saikumar. (2 Replies)
Discussion started by: hemanthsaikumar
2 Replies

7. Shell Programming and Scripting

Ignore Folder in Shell Script ?

Hi, I currently use a script to extract *.deb files located in a Directory called "/var/mobile/Media/Downloads" The Problem is howver I want the script to ignore the folder: "/var/mobile/Media/Downloads/New Debs and Files" (it shall NOT decompile any of the files in that folder. Here is... (2 Replies)
Discussion started by: pasc
2 Replies

8. Shell Programming and Scripting

Shell script to copy files from on folder to another

I am trying to copy files with specific date and name to another folder. I am very new to shell scripting so i am finding it hard to do that. see the sample code i have written below. srcdir="/media/ubuntu/CA52057F5205720D/Users/st4r8_000/Desktop/office work/26 nov"... (13 Replies)
Discussion started by: Aqeel Abbas
13 Replies

9. Shell Programming and Scripting

Request for Shell script to move files from Subfolder to Parent folder and delete sub folder

Hi Team, I am new to shell script and there is a requirement where files should be moved from Subfolder to parent folder. Eg: parent folder --> /Interface/data/test/IN Sub folder -->/Interface/data/test/IN/Invoice20180607233338 Subfolder will be always with timestamp... (6 Replies)
Discussion started by: srivarun15
6 Replies

10. Shell Programming and Scripting

Delete oldest folder based on folder named as date

Hi, I have a script doing backup to synology server, the script create new folder each day with the date as being folder name i.e. 2018-07-30. Just before creating the new folder I want the script to find the oldest folder from the list and delete it including its content. for example... (3 Replies)
Discussion started by: humble_learner
3 Replies
Gnome2::ThumbnailFactory(3pm)				User Contributed Perl Documentation			     Gnome2::ThumbnailFactory(3pm)

NAME
Gnome2::ThumbnailFactory - wrapper for GnomeThumbnailFactory HIERARCHY
Glib::Object +----Gnome2::ThumbnailFactory METHODS
thumbnailfactory = Gnome2::ThumbnailFactory->new ($size) o $size (Gnome2::ThumbnailSize) boolean = $factory->can_thumbnail ($uri, $mime_type, $mtime) o $uri (string) o $mime_type (string) o $mtime (a timestamp) $factory->create_failed_thumbnail ($uri, $mtime) o $uri (string) o $mtime (a timestamp) pixbuf = $factory->generate_thumbnail ($uri, $mime_type) o $uri (string) o $mime_type (string) boolean = $factory->has_valid_failed_thumbnail ($uri, $mtime) o $uri (string) o $mtime (a timestamp) string = $factory->lookup ($uri, $mtime) o $uri (string) o $mtime (a timestamp) $factory->save_thumbnail ($thumbnail, $uri, $original_mtime) o $thumbnail (Gtk2::Gdk::Pixbuf) o $uri (string) o $original_mtime (a timestamp) ENUMS AND FLAGS
enum Gnome2::ThumbnailSize o 'normal' / 'GNOME_THUMBNAIL_SIZE_NORMAL' o 'large' / 'GNOME_THUMBNAIL_SIZE_LARGE' SEE ALSO
Gnome2, Glib::Object COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::ThumbnailFactory(3pm)
All times are GMT -4. The time now is 03:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy