Search Results

Search: Posts Made By: SBC
55,535
Posted By SBC
Thanks for the response DG, yes I already tried...
Thanks for the response DG, yes I already tried declaring the arrays explicitly but it didnt work. Would like to understand the difference what else could be the issue?
55,535
Posted By SBC
ARGV and ARGC in bash 3 and bash 3.2
Hi Folks,

I've prepared a shell script that takes action based on arguments and number of arguments..sample code like:
ARGV=("$@")
ARGC=("$#")

case ${ARGV[1]} in

abc)
if [ $ARGC...
15,641
Posted By SBC
Hi, I'm working on my script and trying to...
Hi,

I'm working on my script and trying to develop understanding of array association. Following for my own reference for the records which are not found in file2, print entries of file1 using...
15,641
Posted By SBC
Thanks Ahmad and Vgersh for the response. Its...
Thanks Ahmad and Vgersh for the response. Its really helpful.
15,641
Posted By SBC
Thanks vgresh. It worked! I was trying similar...
Thanks vgresh. It worked! I was trying similar code since couple of days with the help of information I found in different search results and I was able to store the value in array but cannot get it...
15,641
Posted By SBC
Print lines matching value(s) in other file using awk
Hi,

I have two comma separated files. I would like to see field 1 value of File1 exact match in field 2 of File2. If the value matches, then it should print matched lines from File2. I have...
Showing results 1 to 6 of 6

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