[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re[2]: 'Inverse' chmod?



--cut
#!/usr/bin/perl

foreach (@ARGV)
{
  printf "%#o %s \n", (stat($_))[2] & 0x1ff, $_;
}
--cut


CaRL


Reply to: