Sponsored Content
Top Forums Shell Programming and Scripting checking co-presence of Var. - Shell or Perl Post 302715519 by @man on Monday 15th of October 2012 04:29:44 AM
Old 10-15-2012
WOW! honestly... There are a-lot here that I have to learn first! Smilie I'm going through it and try to apply it on my data. I'll let you know if I managed to make it or not.
Thanks man...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do I test for the presence of a file in Bourne Shell

How do I test for the presence of a file in Bourne Shell (3 Replies)
Discussion started by: vins
3 Replies

2. Shell Programming and Scripting

get a part from a $var in perl

Hi, I have a file which has list of files with some other info too.. say.. 1/1/2008./to/path/filename1.: ... ... something like that.. can anyone tell me how can i just open the file and read the contents and then cut just the filename1 and write it to an @array.. thanks (12 Replies)
Discussion started by: meghana
12 Replies

3. Shell Programming and Scripting

Checking for the presence of a string within another string

How to check if a string in contained in another string ? Like Whether the String "brown" is contained in "A quick brown fox jumps over a lazy the dog" (1 Reply)
Discussion started by: hidnana
1 Replies

4. Shell Programming and Scripting

Perl data type checking

I am using perl 5.8.0. I need to check some values to see it they are floats. Our system does not have Data::Types so I can't use is_float. Is there something else that I can use? The only thing in Data is Dump.pm. I am not allowed to download anything to our system so I have to use what I have.... (3 Replies)
Discussion started by: ajgwin
3 Replies

5. Shell Programming and Scripting

Perl error checking question

I am not very good with perl but trying to force myself to start learning... I have a script that calls three other scripts in variables. I want to use a if statement to check the exit status and not sure how to do it.. This is basically what I have, the individual scripts print either a Y or... (1 Reply)
Discussion started by: i9300
1 Replies

6. Shell Programming and Scripting

Checking for presence of any files

I have tried the following script to check for the presence of any files in a folder: if (-r *) then goto ZipMiscFiles else echo "" echo " No Miscellaneous files found. Exiting program." echo "" exit endif The -r works fine with the wildcard in combo with other... (4 Replies)
Discussion started by: phudgens
4 Replies

7. Shell Programming and Scripting

Checking for presence of any files

Is there code in Cshell scripting to check for the presence of any files in the current directory (and only the current directory)? I tried: if (-r *) then ... but Cshell doesn't like that. Thanks, Paul Hudgens (0 Replies)
Discussion started by: phudgens
0 Replies

8. Shell Programming and Scripting

checking the request for urls - perl

hi everybody . i'm trying to extract a bunch of urls from an http request but when i do that i get nothing . here it's my code use LWP::UserAgent; $url = "$ARGV"; $ua = LWP::UserAgent->new; $req = HTTP::Request->new(GET=>$url); $res = $ua->request($req); if... (0 Replies)
Discussion started by: KiD0
0 Replies

9. Shell Programming and Scripting

Passing PERL var values to SH Shell Script

Greetings all, If I have a SH script that calls a PERL script in the following way: perl $HOME/scripts/config.properties And in the config.properties PERL file, this Perl script only sets a number of environmental parameters in the following way: #!/usr/bin/perl $VAR1 = ( ... (3 Replies)
Discussion started by: gikyo12
3 Replies

10. Shell Programming and Scripting

Converting shell to Perl I run into shell built in function trap and need alternative in Perl

I am working on converting shell to Perl script. In shell we have built in function trap Do you know alternative in Perl or actually we don't need it? Thanks for contribution (3 Replies)
Discussion started by: digioleg54
3 Replies
DACS_STS(8)						     DACS Web Services Manual						       DACS_STS(8)

NAME
dacs_sts - Secure Token Service for managed Information Cards SYNOPSIS
dacs_sts [dacsoptions[1]] DESCRIPTION
This program is part of the DACS suite. The dacs_sts web service is the Secure Token Service for DACS's managed Information Cards. Refer to dacs_managed_infocard(8)[2] for additional information. Security Depending on the application, consider adding a custom access control rule for dacs_sts (e.g., to limit access to a particular host or subnet, or even certain identities). Configuration The following configuration variables are available: infocard_sts_password For managed InfoCards generated with a INFOCARD_STS_AUTH_TYPE[3] of "passwd" and an INFOCARD_STS_PASSWORD_METHOD[4] of "sts", this is the global user password that must be provided. Changing this password affects all managed InfoCard accounts. OPTIONS
Web Service Arguments None. DIAGNOSTICS
The program exits 0 if everything was fine, 1 if an error occurred. BUGS
Secure token replay detection is not yet implemented. As this is a relatively new and complicated feature, please test carefully. SEE ALSO
dacsinfocard(1)[5], dacs.conf(5)[6], dacs_authenticate(8)[7], dacs_infocard(8)[8], dacs_managed_infocard(8)[2], dacs_mex(8)[9], Using InfoCards With DACS[10] AUTHOR
Distributed Systems Software (www.dss.ca[11]) COPYING
Copyright2003-2012 Distributed Systems Software. See the LICENSE[12] file that accompanies the distribution for licensing information. NOTES
1. dacsoptions http://dacs.dss.ca/man/dacs.1.html#dacsoptions 2. dacs_managed_infocard(8) http://dacs.dss.ca/man/dacs_managed_infocard.8.html 3. INFOCARD_STS_AUTH_TYPE http://dacs.dss.ca/man/dacs.conf.5.html#INFOCARD_STS_AUTH_TYPE 4. INFOCARD_STS_PASSWORD_METHOD http://dacs.dss.ca/man/dacs.conf.5.html#INFOCARD_STS_PASSWORD_METHOD 5. dacsinfocard(1) http://dacs.dss.ca/man/dacsinfocard.1.html 6. dacs.conf(5) http://dacs.dss.ca/man/dacs.conf.5.html 7. dacs_authenticate(8) http://dacs.dss.ca/man/dacs_authenticate.8.html 8. dacs_infocard(8) http://dacs.dss.ca/man/dacs_infocard.8.html 9. dacs_mex(8) http://dacs.dss.ca/man/dacs_mex.8.html 10. Using InfoCards With DACS http://dacs.dss.ca/man/using-infocards-with-dacs.html 11. www.dss.ca http://www.dss.ca 12. LICENSE http://dacs.dss.ca/man/../misc/LICENSE DACS 1.4.27b 10/22/2012 DACS_STS(8)
All times are GMT -4. The time now is 08:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy