Search Results

Search: Posts Made By: digioleg54
805
Posted By digioleg54
+x is for debugging
+x is for debugging
1,232
Posted By digioleg54
Strange function call in the shell script parse_prog_args $@
I am converting shell script to Perl. In shell I have a code

parse_prog_args()
{
if [ $# -gt 0 ]
then
while [ ! -z "$1" ]
do
case $1 in
-P* | -p* )
export...
747
Posted By digioleg54
Error after I added several lines
I have added several lines to my code

let cnt=0
if [ ${sftp_name} = "EOMMSRPT" ]
then
if [ ${cnt} -eq 0 ]
then
cnt=`expr...
Showing results 1 to 3 of 3

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