Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...