Sponsored Content
Full Discussion: Command Logic
Top Forums Shell Programming and Scripting Command Logic Post 302814537 by Scrutinizer on Wednesday 29th of May 2013 04:01:47 PM
Old 05-29-2013
You could try:
Code:
dtconf list-ls-data-sources -h hostname -P 636 -w ~/pwd.txt |
while read val; do
  echo Try some command with "$val" 
done


Last edited by Scrutinizer; 05-29-2013 at 08:05 PM..
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need help in logic using awk command

I have task to find out the min,max, average value of each service for example i searched for " StatementService " $awk '/VST.*StatementService:/{print $3,$4,$19,$22,$25}' performance.log > smp.log $cat smp.log amexgtv VST: : StatementService:1860 StatementService:getCardReference:0... (3 Replies)
Discussion started by: senthil.ak
3 Replies

2. Shell Programming and Scripting

find command with complex logic

I'm looking to write a script that will do a find of directories and delete them if they are older than x days but keep the last x # of folders even if they are older than x days. The usage is for a deployment location, so we want to keep the location clean but retain maybe the last 2 builds that... (5 Replies)
Discussion started by: MaureenT
5 Replies
DTCONF(1p)						User Contributed Perl Documentation						DTCONF(1p)

NAME
dtconf - Display the contents of a DNSSEC-Tools configuration file SYNOPSIS
dtconf [options] [config_file] DESCRIPTION
dtconf displays the key/value pairs of a DNSSEC-Tools configuration file. If a configuration file isn't specified, the system configuration file will be displayed. Without the -key option, dtconf displays all the key/value pairs in the configuration file. Comments are never displayed. If the -key option is given, then only that key/value pair is displayed. If the key isn't defined, then the value will be "(undefined)." OPTIONS
-key The value of the specified key will be printed. If the key is not defined, then the value will be given as "(undefined)". -Version Displays the version information for dtconf and the DNSSEC-Tools package. -help Display a usage message. COPYRIGHT
Copyright 2007-2012 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. AUTHOR
Wayne Morrison, tewok@tislabs.com SEE ALSO
dtinitconf(8), dtconfchk(8) Net::DNS::SEC::Tools::conf.pm(3) dnssec-tools.conf(5) perl v5.14.2 2012-06-21 DTCONF(1p)
All times are GMT -4. The time now is 02:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy