File handling in linux - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Ubuntu (https://www.linux-noob.com/forums/forum-99.html) +--- Thread: File handling in linux (/thread-404.html) |
File handling in linux - karl - 2010-12-16 Hi.... I'm karl. I'm working in unix for first time so i'm new to it. Right now, i'm using Ubuntu 10.04(lucid lynx). I need help in opening, reading and writing files(Ascii or text). I want to seperate the contents of the original file in different files. Plz help File handling in linux - anyweb - 2010-12-17 how about gedit or kwrite ? File handling in linux - Dungeon-Dave - 2010-12-24 Linux doesn't have "opening" files as such - it has applications (like gedit) that can open a file for editing, or "more" that can open a file for viewing. As anyweb mentioned, if you just want to browse and edit a plain-text file, any graphical editor ought to do it. Look under Applications>Editors, or if you use the "Places" menu to browse to a directory, right-clicking the file should bring up an "Open in" menu that permits a choice of installed application. |