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

I have a string that looks like this LOCATION="/home/dev/V1.0_MODULENAME_yyyyMMdd_hhss.tar" I would like to parse it such that i get the module name. I tried a k shell script with following commands... MODULE=${LOCATION:20:32} MODULE=${LOCATION#*_} First one doesnt compile saying the specified substitution is not a valid command and the second one …

Member Avatar for jim mcnamara
0
120