I want to convert all apostrophes in this file to X:
Bob's book
Bob’s book
Bob′s book # (Might look the same but actually different)
The first apostrophe is replaced as expected:
$ cat file | tr "'" "X"
BobXs book
Bob’s book
Bob′s book
But the the two other kinds of apostrophe, strange things happen:
$ cat file | tr "’" "X"
Bob's book
BobXXXs book
BobXX�s book
$ cat file | tr "′" "X"
Bob'
Hi,
I'm really thinking about purchasing this book - Internetworking with TCP/IP, Vol. III: Client-Server Programming and Applications, Linux/POSIX sockets version by Douglas Comer - but I have a few concerns...
1. Its the third is a series and I haven't read the first two, will this make the book hard - impossible to understand?
Basilisk Games maker of the award winning old-school RPG Eschalon: Book I released the Linux version of Eschalon: Book II.
“Eschalon: Book II is the sequel to 2007’s award winning RPG Eschalon: Book I, although no previous experience is needed to play and enjoy Book II.”
Download: [ Eschalon Book II Demo Version ]
Hi, I am looking for a good e-book that can teach me ASM 32 and 64 bit programming. Anyone know a great book?
I did find this book,
but I was wondering whether there's a newer book on the market, because this one was released in 2004. I'm sure a lot has changed in the past 7 years?
I need a book that helps me understand linux, instead of just giving me console recipes to reach certain goals.
I added my Gmail address book to evolution, but it gives my an error every time, even when choosing "use secure connection" in the address book options. The error is (I translated it on my own):
unable to open address book. This is because you entered a wrong URI or the server is unavailable at the moment.
HMW wrote:Thanks. I have the K & R book already, also a book called Let Us C, on top of that I have a book called Beginning Linux Programming. The latter has an odd title since it exclusively deals with C. It should have been titled Beginning C Programming in Linux. But, I digress.Unia, you have mail!Best,HMWThere was no Linux when K&R was written.-H
I am looking for an easy to follow book which covers how to partition an hard drive for a Linux Operating System. Was hoping someone could recommend a book. thanks
Hi there,
So im following 120 hours C# (dont ask why) course right now. Two times a week. After work. (Tech support with some elements of SysAdmining).
From the first lessons the speed of the lesson is sometimes kinda pretty fast to me. So what i try is to exercise some more in a spare time. Now after a view month we are already like in a middle of the course.