Linux Apache (6) Network (11) shell (12)
Exchange Links About this site Links to us 

|
General :: Linux :: shell
Linux shell programming/ scripting, shortcuts and general know-how.
Articles:
This list is sorted by recent document popularity (not total page views).
New documents will first appear at the bottom.
Featured Article
Converting Mac style text files to Unix styleQuestion:
I moved a folder of HTML files from a Mac to a Unix box and now the files look messy. I see lots of ^M characters in vi. How can I clean it up?
Answer:
Applications on the Mac platform usually use carriage returns (#13 or ^M) as line separators.
Windows applications use carriage return + line feed (#13#10 or ^M^J).
Unix applications use only line feed (#10, ^J)
The best thing to do is to configure your ftp tool (e.g. Dreamweaver) to send files 'ASCII' style.
You can also use the following unix command to edit your file. The '\r' is the carriage return, replaced by a newline '\n'
The second command does the same, using perl instead.
If your Linux installation has the tool mac2unix (e.g. in /usr/bin) then you may use this tool. It can take wildcards!
 | |  | | tr '\r' '\n' <index.html >index2.html
perl -p -e 's/\r/\n/g' <index.html >index2.html
mac2unix *.html
find . | mac2unix | |  | |  |
|
| Most recent comments
2010-03-16 03:38:16:
by [hidden]
in Dating Scams
on Dating scammer Ekaterina:
Ich bekam exakt die gleiche mail.
Aber das beweist noch nicht dass sie ein Scammer ist.
Weder in dieser noch in der vorhergehenden mail sind Geldforderungen enthalten.
Die IP add ist auch ... read more
|
|
2010-03-16 02:08:06:
by anonymous
in Male Dating Scammers
on Dating scammer Drew Johnson:
THESE ARE SUCH BAD,EVIL MONSTERS.....WITH NO SOULS, THEY ARE THE DEVIL IN THE FLESH, AND YES I DO AGREE WHAT YOU SAID, FINDING LOVE ON THE INTERNET IS NO WAY TO FIND LOVE,,,,,,THERE IS SOME-ONE SPECI ... read more
|
2010-03-16 01:15:54:
by anonymous
in Dating Scams
on Dating scammer Sharif Mohmmed aka Razak:
Well, she got you for $2020 actually.
Either way yours is a cautionary tale
|
2010-03-16 01:06:47:
by [hidden]
in Dating Scams
on Dating scammer Rhoda Means from Accra, Ghana:
Hi,
Her name RITA ASMAH
mail : sarahnani@ymail.com
Acrra/Ghana.
Is she known as scammer?
|
2010-03-15 23:19:17:
by anonymous
in Male Dating Scammers
on Dating scammer Alan Gipson:
he just call me one week ago saying he s sick
|
2010-03-15 20:36:29:
by [hidden]
in Male Dating Scammers
on Dating scammer nathan reasons:
This man claiming to be Nathan Reasons has an account on myspace & has on his bio a pic of the man in the pic above. He is claiming the civil engineer bridge building in Nigeria story. He is claiming ... read more
|
2010-03-15 20:19:55:
by Dirk
in Dating Scams
on Dating scammer Natalya from Osinniki, Russia:
No 'Ukrainian' celebrities from AntheaClub in my mail today. Probably Down for Maintenance. LOL
|
2010-03-15 20:13:48:
by Teresa
in ExtJS
on List of all control types in extjs:
Appreciate!
|
2010-03-15 20:11:21:
by anonymous
in Other Scams
on Money laundering scammer Ken Kwema at Transglobal Finance:
REPORT A CRIMINAL!!!! HIS NAME IS RYAN T OGREN OF CANADA, HIS PHONE 403(335-2261) HE HAS INFORMATION ON THE WHEREABOUTS OF SCAMMER FEDERICO NATHANIEL GALONII OF NIGERIA, I HAVE REPORTED THIS THE CANAD ... read more
|
2010-03-15 20:01:05:
by anonymous
in Dating Scams
on Primer for first time visitors (Dating Scams):
pgs 117 and 118 blonde chic also goes by Jane Muniabu/ claims she is nursing
student in Ghana_ has no computer- must use friends computer (Munifati ?)// Sent me three pics// I mentioned something ... read more
|
|