Ubuntu :: View 11.000 Text Files Quickly?
Oct 13, 2010
I need to view 10.858 text files by this friday to see which ones I need (searching file contents is not a solution), I was wondering if anyone knew any way/program to quickly view them as if they were, for example, images? And, optionally, to be able to save them to a different location from there? It doesn't necessarily have to be for Ubuntu as I also have WinXP and Vista, but it would save me having to transfer those couple of gigabytes to another computer.
View 3 Replies
ADVERTISEMENT
Apr 15, 2011
is it possible to view png or pdf files in linux text-mode?
View 1 Replies
View Related
Jan 29, 2010
Recently, I'm getting an annoying problem: When I scroll quickly the text smears or duplicates itself -- doesn't happen with all applications. I haven't had this problem until I started to use OpenGL compositing with my NVidia card.
View 3 Replies
View Related
Jan 8, 2011
I want to display something in my text view widget in glade using c code. that's all right.
now I need to attach a save button beneath the text view.so that on click the text view content should save as a txt file..
View 8 Replies
View Related
Jul 10, 2010
Using a GUI file browser, I would like to be able to mark files with an emblem or something similar as quickly as possible, with a single click. I'm currently using Gnome Nautilus in my Ubuntu 10.04, which doesn't seem to offer the functionality. I'm not keen on trying the extension Nautilus-Actions as it doesn't seem to be open source. I've set up some scripts though, but accessing them through the pop-up submenu is just clunky enough to still have me searching for a faster solution. Does a file browser exist that would let me set up a toolbar button for marking files? Or a button for launching scripts, which would amount to the same thing.
View 2 Replies
View Related
Dec 13, 2010
Here I am editing /etc/samba/smb.conf and trying to remember what I should chmod the directory and the files to, then I think to myself there's probably an easier way. That way should be clear to the user.
There's dropbox and Ubuntu one but these are something slightly different, these sorts of things involving a cloud service or something needing to download to Windows clients, which is not what we want if we don't have an internet connection. So, is there a better way? Something to aide making smb.conf and permissions perhaps?
View 1 Replies
View Related
Jan 22, 2010
I have 2 text files : file1.txt and file2.txt
cat file1.txt
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
cat file2.txt
2 this is sentence1file2
6 this is sentence2file2
54 this is sentence3file2
I would like to join these 2 files. The result should look as follows :
cat joinedfile.txt
2 this is sentence1file2
6 this is sentence2file2
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
54 this is sentence3file2
==> so the joined file must be sorted on the first number. Any ideas how this can be achieved ?
View 4 Replies
View Related
Aug 10, 2011
Currently, whenever we open a folder like "media/DATA/Work/Projects/Linux" at the top of the window it views each folder/subfolder as a button like [media] [DATA] [Work] [Projects] [Linux]. So if you click a folder named "Ubuntu" within the "Linux" folder another button [Ubuntu] will be added.I like this feature, but often i find myself needing to copy and paste that address somewhere and all I can do really is type it out manually. Is there a way to also display the address location in text like "media/DATA/Work/Projects/Linux"??
View 2 Replies
View Related
Aug 18, 2011
To force myself to use CLI all the time, I've installed Ubuntu Server edition on my work laptop. However, I still want to be able to view PDF ( rendered as normal PDF, not converted to text ). Basically I want a totally CLI environment, except for PDF viewer.
View 1 Replies
View Related
Jan 22, 2010
Everytime I open Konqueror, it opens in "Embedded Text Editor" mode . So if I open it then click on a bookmark, it opens in edit mode. I can select View->View Mode->khtml and then the page displays properly. If I click on a link from that page, it displays properly. If I open a new tab, it is back to edit mode. If I open konqueror from konsole, it has the same behavior. I have removed all files under ~/.kde that mention konqueror, kong_* or kfmclient.
I checked the menu entry for Konqueror, and it is "kfmclient openProfile web browsing". I have set the view mode properly, then manually saved the profile in Konqueror. I have checked the system settings file associations, and the konqueror entry has the same application command (kfmclient) as the kde menu entry. Does anyone know how to make the view mode "stick" for Konqueror such that when clicking on html urls or selecting bookmarks causes Konqueror to display properly?
F12 x86_64, latest updates (4.3.4-1).
View 2 Replies
View Related
Jun 1, 2010
Can I use sed to include a text file in the beginning of other text files inside a folder and its subfolders? So it should be recursive.
View 4 Replies
View Related
Nov 5, 2009
I would like to write a text user interface (TUI) to adjust some text config files etc. Is there a tool or application for creating TUIs like this. I�m talking about those types of config tools which you see executed at first boot.
View 19 Replies
View Related
Jan 15, 2010
may be an advanced question but I need to know how to do this. Here at work I am in charge of recruiting and we have about 1,000 resumes in already. All of the resumes are in a .pdf format. I need to rename every .pdf in the following format:{firstnameLastname}.pdfThe only way I know how to do this is to convert all the .pdf files to text, extract the name out of the first few lines of text, import into excel, and then use VBA to rename the files in mass:Here is my logic so far:~Deskop/a = houses all the .pdfresumesOpen terminal: Code: cd ~/Desktop/afor f in *.pdf; do pdftotext -raw $f; done That will convert all of the preceding resumes into text filesNow I would like to append the name of the text file into the last line of the text file. So, for example, for Resume1.txt, I want to append "Resume1.txt" to the last line within Resume1.txt. So after I run the command I open Resume1.txt and on the last line within I want to see "Resume1.txt" on the last line, at the end of the resume.How can I do this? I would like to use a loop and have the terminal append the filename to the body of the text file until all of the have been appended.
View 1 Replies
View Related
Apr 21, 2010
Currently, when I'm searching text in files of my PHP project, I use this line :
Code:
grep -r 'myTextToFind' *
But now, I would like to search only in ".lang" files. How can I do that ?
View 7 Replies
View Related
Nov 15, 2010
how i can view pdf files
View 1 Replies
View Related
Jul 24, 2011
How to view CAJ files in Ubuntu 11.04?? A CAJ file is a CAJViewer Full-text Database file.
View 1 Replies
View Related
Aug 7, 2010
I just downloaded libgtk2.0-doc at the gtkmm docs to help me with some programming. I've found where the libgtk2.0 documents are (/usr/share/gtk-doc/html) and I'm not for sure where the gtkmm docs are.
My question is: what is an easy way to view all of these HTML files? I know on Ruby you can run gem-server and you can see all of your RDocs from localhost on your browser. Is there an equivalent to that on Ubuntu for gtk-doc?
View 4 Replies
View Related
May 26, 2011
I have to view .swf files and I downloaded Gnash using Ubuntu Software Center but when I try to view the file it doesn't work.
View 2 Replies
View Related
Apr 25, 2010
How can i look at my windows files? I have xubuntu 9.10.
View 4 Replies
View Related
Oct 29, 2010
i cannot view shockwave games on firefox..it says missing plugin..but does show any to install..
View 8 Replies
View Related
Jan 11, 2011
I've been having a common problem that most users get when trying to view .php files on a web browsers. I feel like I've tried everything including clearing the cache. This is the read what when typing this commands.
[Code]....
View 7 Replies
View Related
May 16, 2010
I own an HP Mini with Ubuntu Netbook Remix, and a Western Digital 500 GB Portable External Hard Drive. I recently started to not be able to view the files on my external, with the message:
Unable to mount the volume 'Elements'.
Details Failed to open $AttrDef: Input/output error Failed to mount '/dev/sdb1': Input/output error NTFS is either inconsistent, or you have hardware faults, or you have a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows TWICE. The usage of the /f parameter is very important! If you have SoftRAID/FakeRAID then first you must activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation for the details. I don't think I have any SoftRAID/FakeRAID hardware, and I definitely don't run Windows.
View 9 Replies
View Related
Jun 26, 2011
Is there a way to make the system display hidden files in the home folder when you open it? I know you can select "Show Hidden Files" in the view menu but having to do this every time you want to see or access hidden files and folders is annoying!
View 2 Replies
View Related
Sep 15, 2009
I'm trying to view a movie in totem but an error occurs saying missin plugin text/html totem can't find im when it asks to search for. what can i do to solve this error
View 5 Replies
View Related
Oct 11, 2010
I found this command that works great finding and replacing a simple string to another in files located in that folder and all sub-folders.
Code: find . -name '*.php' | xargs perl -pi -e 's/OldText/NewText/g'
The problem I have is that I need to replace a more complex string, like this: Old string: /mnt/stor6-wc2-dfw1/627896/982574/ New string: /mnt/stor8-wc2-dfw1/369587/302589/ There I don't know how to do it... since the / is what separates the old from the new strings, and the strings that I want to replace have / in it. Also, I would like to know how to specify under what folder replace the files, for example, I want that it search/replaces all files under /var/www/mysite/htdocs folder.
View 1 Replies
View Related
Jan 20, 2009
I want to automate this using script.How to automate it?
File1:
s.no# 1 name:aaaaaa
city:abcd
[code]...
View 1 Replies
View Related
Jul 4, 2011
About the Debian release plan of .la files removal.
[url]
I also saw that list that is being talked about in that wiki entry.
[url]
Does anybody know how can one look in his/her system and find how many individual .la files are installed ?
View 3 Replies
View Related
Jul 21, 2011
I have some flash video files with extension .flv which I originally viewed successfully in iceweasel. I then downloaded them for future access (there is no copyright issue with these BTW), but I cannot play them back. Is there a debian package which will view flv?
View 2 Replies
View Related
May 13, 2011
I recently had Pardus 2011 Installed and i moved a pile of files from my extra hard drive and cleaned it and moved files back onto it. The music files/folders wont show up on SlackWare but if i flip in a ubuntu live cd or run pardus they show up just fine. But here is the kicker. If i for example one of the cd's was a band from in town where i live. If i hash check the torrent so it is seeing if the files are on my computer to share. It will show them if you show directory and if you use Dolphin you cannot see them at all. Is there some kind of setting somewhere i have tried the action of showing hidden files.
View 1 Replies
View Related
Apr 15, 2011
Fedora provides several compression techniques. E.g tar, tar.gz, zip etc. I want to know which among them provides
1. the best compression ratio for text files
2. the best compression ratio for binary files
3. fastest compression
View 6 Replies
View Related