Search Results

Search: Posts Made By: piscean_n
4,632
Posted By piscean_n
using cp command inside nawk
Hello

I have facing issue while using cp command inside nawk block.

#!/bin/ksh
my_name=$1
nawk -v my_name1=$my_name 'BEGIN {
n = split(my_name1,names,":");
for (i=1;i<=n;i++)
{
print...
5,390
Posted By piscean_n
comparison of strings in unix shell scripting
Hi


STORAGE_TYPE=$1

echo "########### SQL SESSION STARTED ###########"


VALUE=`sqlplus -S /nolog << THEEND

connect tcupro/tcupro_dev@bdd1optn
SET SERVEROUTPUT ON
DECLARE
...
Showing results 1 to 2 of 2

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