Search Results

Search: Posts Made By: Kiransagar
1,282
Posted By guruprasadpr
Hi Tweaking your code a bit: ...
Hi

Tweaking your code a bit:

INFORMATION=`tr -cs 'A-Za-z' '\n' < /app/tisq005/01/home/tisq005b/scripts/alt.lst | grep -c "INFORMATION"`
echo $INFORMATION

Guru.
1,688
Posted By Corona688
You have it in single quotes, not backticks,...
You have it in single quotes, not backticks, therefore you're storing it as a literal string, and not actually running it.

Also, that's a useless use of cat...
1,688
Posted By vidyadhar85
dont give any spaces for the line where you used...
dont give any spaces for the line where you used END_SQL
it should be stick to the left side of the editor..
Showing results 1 to 3 of 3

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