Search Results

Search: Posts Made By: uran101
29,945
Posted By uran101
I have a question about something similar. ...
I have a question about something similar.

awk '
BEGIN { split(" ' " ` date ` " ' ", date) }
$1 == date[2] && $2 == date[3] {print $0}
' $1


Why are there two pairs of quotes? I would...
2,995
Posted By uran101
I'm using Bourne shell (not bash). Well, not one...
I'm using Bourne shell (not bash). Well, not one of my expectations was realized. All others were wrong.

grep \$Me: all lines with $ in them
Unix: all lines
grep \\$Me: well, the first \ escapes...
2,995
Posted By uran101
Grep - various patterns
I have a file with the following text:

grep \$
grep \\$
grep \\\$
grep '\$'
grep '\'$'
grep \\
grep \\\\
grep "\$"
grep '"$'
grep "$"
When I perform these same commands on this file, the...
Forum: Programming 01-25-2011
1,917
Posted By uran101
I beg your pardon, the structure IS defined....
I beg your pardon, the structure IS defined. :rolleyes:

Things make sense one again:)

Thank you for your help, gentleman.
Forum: Programming 01-25-2011
1,917
Posted By uran101
I found this recent thread: ...
I found this recent thread:

unix.com/programming/150687-file-structure-stdio-h.html

It describes a problem very similar to mine, so I just wanted to post it here.

=================

I'm...
Forum: Programming 01-23-2011
1,917
Posted By uran101
So, if some value is opaque, there is no way we...
So, if some value is opaque, there is no way we can directly access it?
Forum: Programming 01-23-2011
1,917
Posted By uran101
K&R - FILE structure - can't access members
Hi!

I'm on section 8.5., implementation of fopen(). I can't access members of the FILE structure, my compiler simply doesn't recognize them, along with some other things, like flags. According to...
Showing results 1 to 7 of 7

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