Search Results

Search: Posts Made By: shubhamsachdeva
2,299
Posted By shubhamsachdeva
Develop a simple command line parser
I want to develop a simple command line parser so that then I can print the values of different options :tions.

-analyze
-filename<fileName>

Via man pages I got to know getopt command would be...
1,830
Posted By shubhamsachdeva
its not helping when i write stat file.txt...
its not helping

when i write stat file.txt on the command terminal the file statistics appear.

but when i write this in a perl script .. output doesn't appear

i anyway have to use

system...
1,830
Posted By shubhamsachdeva
if (-r ) would display the print output if the...
if (-r ) would display the print output if the file is readable for the user.

i need to check it for others.

E.g.

-rw--rw-r--

it means its :-

readable and writable for user
readable...
1,830
Posted By shubhamsachdeva
how to include a text pattern in system function in PERL
Pleeeeease help..

I'm working in perl

i have a system function to check whether a file is readable for others or not.

i just want to print a text in that command

my command is :

system...
8,963
Posted By shubhamsachdeva
perl script to check read/write/execute permission for 'others'
I want to check access rights permissions not for 'user', not for 'group', but for 'others'.

I want to do it by system command in which i want to use 'ls -l' and 'awk' command.

I have written...
Showing results 1 to 5 of 5

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