Search Results

Search: Posts Made By: geeky404
Forum: What is on Your Mind? 12-04-2013
6,627
Posted By geeky404
I have a MacBook Pro now. Before that I had a...
I have a MacBook Pro now. Before that I had a Dell (XPS).
I like the MacBook but I was expecting something more for that price. After almost a year with the MacBook I still don't know if the price...
Forum: What is on Your Mind? 12-01-2013
43,418
Posted By geeky404
PhD student in Computer Science - working on...
PhD student in Computer Science - working on networking
1,867
Posted By geeky404
Don't remove the "" in getline col<"inputFile"...
Don't remove the "" in
getline col<"inputFile"
it should works
1,867
Posted By geeky404
awk 'BEGIN { getline col<"inputFile" } ; { print...
awk 'BEGIN { getline col<"inputFile" } ; { print col " " $1 }' inputFile
13,579
Posted By geeky404
You can try mutt -e 'my_hdr Content-Type:...
You can try
mutt -e 'my_hdr Content-Type: text/html' ... < your_html
or
mutt -e "set content_type=text/html ... < your_html"

In some version of mutt these works. But honestly I just google it...
13,579
Posted By geeky404
You should check the command mutt. I never...
You should check the command mutt.
I never used, so I might be wrong, but if a I remember correctly, you should be able to add multiple attachment to the email. Something like
mutt -a...
Forum: What is on Your Mind? 11-22-2013
2,274
Posted By geeky404
I've seen this in a t-shirt. I guess they got...
I've seen this in a t-shirt. I guess they got inspiration by Alfred Renyi (cited by bakunin)
Programmer: an organism that turns caffeine and pizza into software
18,984
Posted By geeky404
Try this sort -k 4,5 your_file or this (if...
Try this
sort -k 4,5 your_file
or this (if you want to use a pipe)
... | sort -k 4,5
6,647
Posted By geeky404
This is an other way to do it: echo stepprod...
This is an other way to do it:
echo stepprod `cat your_file |wc -l`
Showing results 1 to 9 of 9

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