Search Results

Search: Posts Made By: gaurav99
5,448
Posted By bartus11
Put this into "script.pl":#!/usr/bin/perl use...
Put this into "script.pl":#!/usr/bin/perl
use strict;
use warnings;
use Getopt::Std;
use File::Find;

our ($opt_d, $opt_e);
getopt("de");
die "exclude is not defined (no parameter for -e)"...
Showing results 1 to 1 of 1

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