Search Results

Search: Posts Made By: sidh_arth85
2,489
Posted By RudiC
The option character should be FOLLOWED by a...
The option character should be FOLLOWED by a colon, NOT preceded!
2,489
Posted By RudiC
You seem to have at least four errors in your...
You seem to have at least four errors in your script:
- You have a colon preceding ALL option chars. man ksh:
- Two of your $OPTARG expansions have leading unpaired double quotes making the "p"...
3,744
Posted By CarloM
You could try using file and checking if each...
You could try using file and checking if each file found appears to be a cert store of some kind, then using openssl to actually read it.
Forum: Tips and Tutorials 03-31-2007
66,622
Posted By Perderabo
The Whole Story on #! /usr/bin/ksh
Introduction

Originally, we only had one shell on unix. When ran a command, the shell would attempt to invoke one of the exec() system calls on it. It the command was an executable, the exec would...
345,123
Posted By Perderabo
Recursive FTP -- here at last.
Over the past few weeks, I saw a couple of threads requesting recursive ftp:
Copying files between 2 Unix server (https://www.unix.com/showthread.php?s=&threadid=8940)
ftp from NT to UNIX...
345,123
Posted By Perderabo
HardFeed Part 1
#! /usr/bin/ksh


#
# HardFeed -- Harvest A Remote Directory via
# Ftp Enhanced Exhaustive Duplication
#
# Perderabo 11-23-02

VERSION="1.1" # 03-16-04

USAGE="\...
345,123
Posted By Perderabo
Folks, I really appreciate the kudos. Thanks! ...
Folks, I really appreciate the kudos. Thanks!

But if everyone who finds this script useful was to post a thank-you note, we will get a lengthy thread with little content.

So let's keep the...
345,123
Posted By Perderabo
HardFeed Part 2
#
# Function to decode an "ls -l" line.

lsdcode() {

typeset -Z2 nmonth day
typeset -i8 octal

#
# get the line, get the first character, split line into words

line="$1"...
Forum: Infrastructure Monitoring 07-20-2009
63,972
Posted By Perderabo
You're trying to send input into the passwd...
You're trying to send input into the passwd program's stdin. If that were possible, my script would have no purpose. passwd ignores stdin. It opens /dev/tty directly. Then it inhibits character...
Showing results 1 to 9 of 9

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