Search Results

Search: Posts Made By: merajh
5,735
Posted By merajh
I checked in Solaris and -P is not working u can use the find command without -P option
find . -name *.log -type f -mtime +1 -print 2>/dev/null
1,537
Posted By merajh
Solution in Perl
I am very new to Perl and I have tried to write a very lay man code in Perl, hope it helps.

It would be excellent if someone can reduce the code length.
#!/usr/bin/perl

use strict;
use...
Forum: AIX 09-15-2008
2,679
Posted By merajh
grep -- clarification
Hi, I have a file which contains below info :

$ cat test_file
kenny
denny
kite

I want to get all th file names which starts with k. Hence i used below command but the result was not up to...
Showing results 1 to 3 of 3

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