Search Results

Search: Posts Made By: santhoshks
3,175
Posted By pamu
s is just a variable:). You can use p,q,r...
s is just a variable:).

You can use p,q,r and so on instead of s. whichever you like...:D

We are just using s for storing the output.
3,175
Posted By codemaniac
echo "you are how Hi" | awk 'BEGIN{RS=" ";ORS="...
echo "you are how Hi" | awk 'BEGIN{RS=" ";ORS=" "}{arr[NR-1]=$1;num++}END{for (i=num-1;i>=0;i--)print arr[i]}'
Showing results 1 to 2 of 2

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