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
~78 People Reached
Favorite Forums
Favorite Tags
Member Avatar for papers63

I am having an issue with the variable expansion. I want to read a list from a file. The list can have * or multiple file wildcard like - test* stuff*. Here is the script #!/bin/bash datadirin=/home/william/tmp2 filelist=`cat $listdir/$sname.list` export filelist export datadirin # echo filelist is "$filelist" echo filelist …

Member Avatar for eggi
0
78