Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: if a = b + c
Its working only one things we have to take care is bracket, because system does not understand the meaning of given statement if we put wrong bracket in wrong position, so we need to define if with OR logical operator are as follows if [ $c -eq $((a+b)) ] || …
Just used one command in script #diff a.txt b.txt | uniq > c.txt We get the unique different records in c.txt
The End.
laksh.ss