Search Results

Search: Posts Made By: robsonde
2,717
Posted By balajesuri
opendir DIR, "/LDAP_backup"; @files = grep { $_...
opendir DIR, "/LDAP_backup";
@files = grep { $_ !~ /^[.]{1,2}$/ } readdir DIR;
closedir DIR;

for (@files) {
@y = split /[.-]/;
$x{"$y[4]$y[3]$y[2]"} = $_;
}

for (sort keys %x) {
...
7,104
Posted By DukeNuke2
strange... are there entries in /dev/dsk/... for...
strange... are there entries in /dev/dsk/... for the disk?
Showing results 1 to 2 of 2

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