Hi all,
I got one value after all computation which is something like
" 3643294 /usr/local/bin/xyz"
The last xyz is the user input and hence changable.
I wanted store just 3643294 in one variable and remove all starting with /usr........
How can I do so??
Thanks,
I got one value after all computation which is something like
" 3643294 /usr/local/bin/xyz"
The last xyz is the user input and hence changable.
I wanted store just 3643294 in one variable and remove all starting with /usr........
How can I do so??
Thanks,
Comment