Search Results

Search: Posts Made By: dkarr
12,897
Posted By dkarr
Outstanding. That fired my long-inactive X11...
Outstanding. That fired my long-inactive X11 neurons. It worked fine.
12,897
Posted By dkarr
[Solved] putty+x11:How do I pass X11 display rights to "su"?
I can log into a unix system with Putty. I've set the "X11 forwarding" checkbox, and I've verified that I can display an X11 window back on my laptop. What I need to be able to do is "su" to...
2,593
Posted By dkarr
Curious. The first one doesn't exist, but the...
Curious. The first one doesn't exist, but the second one does (it mentions the second one in the man page). This expression worked. It's confusing that the regex(5) man page says it's "[:blank:]",...
2,593
Posted By dkarr
I'm on Solaris 10, if that matters, but my egrep...
I'm on Solaris 10, if that matters, but my egrep appears to be different from what you have.

Character classes are recognized as "[:blank:]", not "[[:blank:]]" (according to the regex(5) man...
2,593
Posted By dkarr
Yeah, missing the "\*" was a stupid mistake. It's...
Yeah, missing the "\*" was a stupid mistake. It's still not working, however.

If I use '^\*\*\*\*\s*[a-z]*\s*', it finds lines, but not '^\*\*\*\*\s*[a-z]*\s*Fri Jun'.

If I change it to...
2,593
Posted By dkarr
Simple regexp doesn't work
I'm pretty experienced with regexps, but I just can't get this expression to work.

The first line of my test file is this:

**** info Fri Jun 04 12:37:58 PDT 2010 stuff

I'm piping...
6,093
Posted By dkarr
Problem iterating through PATH entries with spaces
I have a Bash script on Cygwin that tries to iterate through the directory entries in PATH. I need to convert the PATH value to a form that I can iterate through with "for var in $list; do".

For...
6,420
Posted By dkarr
How to get the last command line parameter?
"$#" gives the number of command-line arguments. How do you get the last command-line parameter (or any particular one determined by a variable)? I thought it would be "${$#}", but that produces...
2,778
Posted By dkarr
Perfect, that worked fine.
Perfect, that worked fine.
2,778
Posted By dkarr
How to write a region of a file to another file with "less"?
I know about markers in "less", and I know about the "pipe" command, but what I need to do is write a region of a file to another file. I can set the mark and move to the end of the region I want to...
3,259
Posted By dkarr
Why is wget copying my directory tree with some files with "@"?
I'm using wget 1.11.4 on Cygwin 1.5.25.

I'm trying to recursively download a directory tree, which is the root of a javadoc tree.

This is approximately the command line I tried:
...
Showing results 1 to 11 of 11

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