![]() |
|
|
|
|
|||||||
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 11:00 AM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-19-2007 09:52 PM |
| "Show Us the Code" Breaks Its Silence - Slashdot | iBot | UNIX and Linux RSS News | 0 | 07-03-2007 03:30 AM |
| Failed to check status code in "rsh" command | nir_s | Shell Programming and Scripting | 9 | 07-03-2006 06:05 AM |
| Writing "find" code in C | SQ4LIFE | UNIX for Dummies Questions & Answers | 2 | 11-03-2003 07:55 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I am going though "Advanced programming in the Unix Environment", 2nd edition, by W.Richard Stevens and Stephen A.rago. here we often use the header file "apue.h". the source of this header file is given in the appendix b of the book. however I don have that page in my book since its 2nd hand book.. can any one of you please mention the weblink, where I can copy this source code and put in my Linux m/c.. I searched the web, I got the links which shows the code uses "apue.h" but not its code.. ThankX in advance, Ramkrix |
| Forum Sponsor | ||
|
|
|
|||
|
how to open a gzipped ta archive
Hi ,
Thanks JIM. I am having WIN XP in my sys and accessing a LINUX m/c using putty s/w. As Jim said, I found the link and the code was achived in gzip.tar format.. Hw to open a gzip.tar format using windows? Else if I save the gzip.tar to my desktop and later FTP it to the LINUX m/c I am accessing, how to ungzip there.. Please reply.. Thanks in Advance, Ramkix. |
|
|||
|
Most versions of winzip I believe should be able to extract these files.
On Unix, something like Code:
gunzip -dc <apue.tar.gz | tar xvf - |
| Thread Tools | |
| Display Modes | |
|
|