Search Results

Search: Posts Made By: jhcook
10,994
Posted By jhcook
You can do this in Bash, although I wouldn't :) ...
You can do this in Bash, although I wouldn't :)


$ shopt -s compat31
$ string="<title>This is a test</title>"
$ [[ "$string" =~ "<title>(.*)</title>" ]] && echo ${BASH_REMATCH[1]} | tr...
8,447
Posted By jhcook
It looks like you are calling various Perl...
It looks like you are calling various Perl scripts from from within shell. Basically, each Perl process has its own range of memory, and one process cannot access another processes memory structures...
1,246
Posted By jhcook
for i in range(0, len(listname)+1): print...
for i in range(0, len(listname)+1):
print ' '.join(listname[0:i])
4,090
Posted By jhcook
What system are you running this on?
What system are you running this on?
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 08:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy