Search Results

Search: Posts Made By: swap21783
4,492
Posted By joeyg
awk as one option
wc -l new1 | awk -F' ' '{print $1}'
or
wc -l <new1
12,933
Posted By Chubler_XL
From the error string I would say the OS is AIX...
From the error string I would say the OS is AIX and you have specified the same character more than once.

getopts only supports single character options so while getopts blbcmn opt won't work you...
12,122
Posted By michaelrozar17
As you would know the error is related to Oracle....
As you would know the error is related to Oracle. Please check the procedure you have written, it has some syntax errors. Or explain what your trying to achieve with the procedure. If your trying to...
Showing results 1 to 3 of 3

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