Re: find files created/accessed in last n hours

2008-04-09 Thread nag
can some one please give the exact code for this.. thanks, Nagesh On Thu, Apr 10, 2008 at 11:31 AM, Gunnar Hjalmarsson <[EMAIL PROTECTED]> wrote: > nag wrote: > > > please help me to get all the files present in a directory which are > > created/accessed in last 4 hours

find files created/accessed in last n hours

2008-04-09 Thread nag
hi, please help me to get all the files present in a directory which are created/accessed in last 4 hours . thanks Nagesh -- Thanks Nagesh

Re: need to find all the directories which have soft links in it

2008-03-30 Thread nag
can some one please help me with an example to list all the directories and their soft-links. Thanks, Nagesh 2008/3/26 Sandy <[EMAIL PROTECTED]>: > On 26 мар, 07:33, [EMAIL PROTECTED] (Nag) wrote: > > > > I have a parent directory which contains nearly 10 soft-links to

need to find all the directories which have soft links in it

2008-03-26 Thread nag
Hi all, I have a parent directory which contains nearly 10 soft-links to other directories, the linked directory may also contain soft-links to other directories.it goes on like that till the directory doesn't contain any soft-links. How can I get the list of all these directories ? Thanks in

Re: dialog box in perl

2008-03-20 Thread nag
adio buttons. On Thu, Mar 20, 2008 at 5:59 PM, zentara <[EMAIL PROTECTED]> wrote: > On Wed, 19 Mar 2008 23:15:08 +0530, [EMAIL PROTECTED] (nag) wrote: > > >Hi, > >I'm familiar with dialog command in shell, but i need to have a dialog > box > >with radio b

Re: dialog box in perl

2008-03-19 Thread nag
can one let me know these utilities in perl, say by some examples.. On Thu, Mar 20, 2008 at 12:58 AM, yitzle <[EMAIL PROTECTED]> wrote: > Perl got several graphical toolkits, notable Gtk+, Tk and Wx. > I get the impression that Tk is one of the more popular ones. > > Alternatively, if you onl

dialog box in perl

2008-03-19 Thread nag
Hi, I'm familiar with dialog command in shell, but i need to have a dialog box with radio buttons in perl , please help me -Thanks Nagesh