Results 1 to 2 of 2
Hello all,
I am using Linux environment to script probabilistic datalog, I need basic knowledge of how to maniuplate files, read them, extract some parts, delete some other parts and ...
- 04-17-2011 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 1
Text files manipulation
Hello all,
I am using Linux environment to script probabilistic datalog, I need basic knowledge of how to maniuplate files, read them, extract some parts, delete some other parts and so on.
Any ideas on what's the best way to learn the basic commands? and how can I combine them together?
I would like to save a file that has this format Score(Doc, Query) into a file that has the format (Query, Doc) without a score.
How can I do that?
- 04-19-2011 #2Just Joined!
- Join Date
- Mar 2005
- Location
- Corona, CA
- Posts
- 29
Advanced Bash-Scripting Guide
This is the best place to get knowledge on how to manipulate files, etc.


Reply With Quote