Posts
 
Reputation
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 #107.55K
~418 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Reginald0

Hi, if you want to store command result in variable use back quote: # X=`ls | wc` # echo $X. or use command alias: # alias X="ls | wc" # X

Member Avatar for Reginald0
0
418

The End.