Ubuntu :: Highlight Then Delete ; Misses First Letter In A Word / Resolve This?
Jun 26, 2011
When I highlight a word then delete it, the word is erased as expected. But when I highlight a word and begin typing a word to replace it (instead of deleting or hitting backspace), the first letter of the unwanted word does not erase... so I am required to watch my text very closely when editing.
For example: I'll type the word "fungus" and then highlight it and type the replacement word "mold" and when I look at the text, the word is "fmold". Am I the only one with this odd situation?
View 5 Replies
ADVERTISEMENT
Jun 28, 2011
Want to search for ~ and delete it as well as to append the entire line to the above line. For Ex:
1111xxxx date Sandy area is ~around this area.3222xxx date There seems to ~left side of map, the colours are accurate (showing green areas)Even if I ~zoom in, the green parks, xxx3258 date The dammed up
~away, the "other" body of water varies ~blackNatural gas leaching.
IT MUST LOOK LIKE:
1111xxxx date Sandy area is around this area. 3222xxx date There seems to left side of map, the colours are accurate (showing green areas)Even if I zoom in, the green parks, xxx3258 date The dammed up away, the "other" body of water varies blackNatural gas leaching.
View 4 Replies
View Related
Feb 13, 2009
ive searched around about this for a bit, but have been unable to find a working and suitable solution for me to do, what i require is to be able to change a string such as:hIs Is a TeSt to --> This Is A Test - AND place it in a variable - so far ive only succesfully been able to make the whole sentence uppercase or lowercase.
View 2 Replies
View Related
Mar 20, 2011
i'm trying to make a folder on fat32 partition named NEW by typing in console mkdir NEW, then i open PCMan file manager then go to that folder at first the folder name was NEW but after i doubleclick it and go back the folder name was changed to 'new'then i tried to rename it to NEW but it says file exist then i tried to rename it to 'not new' (this time inside PCMan) and it work then i rename it again to NEW, go into that folder and go back again... the folder name changed to 'new' again.anyone know why this happen?? this doesn't happen if i make the folder name more than one word such as 'NEW NEW'
View 2 Replies
View Related
May 1, 2010
Trying to change to upper case first letter of every word over a specific column.
View 10 Replies
View Related
Jan 12, 2011
I have been looking around for a, "start new thread" button but cant seem to find it (which is my first question). My real question is, how do I delete a word in a vim file from the editor command? What I want to do is go to a specific line (36) and delete 3 words after my cursor
i.e :36 | 3dw
error: "3dw" is not a command. Ive tried ":d" this deletes teh whole line which is not what I want.
View 8 Replies
View Related
Jul 7, 2011
I need to chop of the top 30ish lines of several log files until a line starting with "Initialization completed."The trouble is that it's not always the same amount of lines that need to be deleted, and they don't always contain the same information, which is why I would need to delete everything priorhe line starting with "Initialization completed."Right now I have a little script I wrote based on looping each file through several "grep -v" commands with each known pattern of lines I want to ignore, but it is tedious and I have to inspect each file afterwards to make sure nothing is left from above "Initialization completed
View 3 Replies
View Related
May 21, 2011
I need a command to find the all files which filename contains the text "SomeText" and to delete that files!From /home/movie/wp-content/uploads/this folder I have lots of files and folders .Also I need that for folders and subfolders who contains some text in folder name "someTextInFolderName"
View 13 Replies
View Related
Aug 9, 2009
I want to know that how can i search for a word in a file and then comment it or delete it. I know this command works.
sed 's/word/#word/'g inputfile > outputfile
But the lines in my input file are as under:
zone "abc.com" { ---- This line can be comment
type master; ----- This line repeat again and again in the file
file "abc.txt";
allow-query { any; }; -This line repeat again and again in the file
};
I want to know how can i comment a certain zone.
View 8 Replies
View Related
Feb 11, 2010
Not sure why this won't work, any thoughts?echo enter the letter A or the letter B
read letter
if["$letter" = "A"]; then
echo "coolit's an A"
[code]....
View 1 Replies
View Related
Mar 4, 2010
Well, I am facing one issue:How can i read two files word by word at a time using any loop as i need word by word comparision in shell script?Please let me know pseudo code.
View 14 Replies
View Related
Jan 21, 2011
I have a output file look like this:
{"test1" : "test2", "test3" : "test4"},
How can I read word by word in each line?This is not working code:
a=0
while read word
do a=$(($a+1));
[code]...
View 14 Replies
View Related
May 4, 2010
I am pretty new to bash scripting...I am trying to write a script that will take an input and read it word for word and then DO something with it like echo. I have been able to find how to read word for word from a file but I don't know how to do it with input.
I was looking for something like
Code:
exit 0 The input would be A-Z a-z 0-9 and have a single space between each word.
View 2 Replies
View Related
Feb 19, 2010
I have to modify formsweb.cfg file in Oracle IAS.
Problem description
In formsweb.cfg file are two lines with labels archive_jini= and archive= at the beginning of line. After equal sign (=) is row of filenames of java archives delimited by coma(,). When I insert a new jar file in java directory, I have to append the very same name of jar file to both lines if that name is not yet present.
Example snippet from formsweb.cfg
View 2 Replies
View Related
May 6, 2010
I have a new install and I am quite surprised it just misses networking. That is, NO networking. ifconfig comes up with inly lo. Nothing else, most primal. It should use dhcp to connect, bit it fails to create the eth0 interface. Such a fundamental flaw is one I can't work on. Forget looking in network manager in the desktop, that's still being installed, I've checked the basic files in etc against karmic.
idella@squeeze:~$ cat /mnt/lucid/etc/network/interfaces
# Used by ifup( and ifdown(. See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
# The loopback network interface
auto lo
iface lo inet loopback
[Code]...
View 5 Replies
View Related
Apr 5, 2011
I am trying to install openldap servers using the following command...rpm -i openldap-servers-2.4.22-7.fc14.i686.rpm
However the files /etc/openldap/slapd.conf and /etc/openldap/slapd.conf.bak are not getting installed.
I have run the "rpm -qlp" on the package and it says that it included both those files.
I have tried installing with the --allfile --noscripts --notriggers and --force options to see if there was something strange removing the file during installation, but the file is still not being installed.
Other files in the package appear to be installed without issue.
How can I get RPM to install these two files (the conf file is critical and it's a bit pointless to install the package without it).
View 5 Replies
View Related
Jan 23, 2011
I'm kind of new to squid. I've looked at the proxy server using squidclient and am getting
Seems like a lot of cache misses is this normal?
I know there is stuff in the cache
Internal Data Structures:
It's wierd because misses looks like more than requests. I don't know if I'm reading this right.This is just a proxy on a home network with about 6 clients connected.
View 3 Replies
View Related
Mar 30, 2011
I updated my netbook to the last incarnation of slackware-current yesterday.
My problem is now, that it is no more able to start the ash shell of the initial ramdisk i am using. The ramdisk was created with the latest version of the mkinitrd script.
The error message is:
Code:
And the error happens when the ash from the initial ramdisk is intended to be started. Simply copying the /lib/libc.so.6 stuff (symlink to the real so and the real so) enables to ash to be started but later cryptsetup fails to load.
The initial ramdisk from mid-January i used before did not have such a problem. What i also see is, that the failing ramdisk has a size of only 16k blocks. The one from mid-January was bigger.
View 2 Replies
View Related
Apr 3, 2009
CentOS 5.3 x86_64.The GDM theme CentOSCubes misses a background2 file.I guess the file should be in the redhat-logos rpm package.
View 1 Replies
View Related
May 1, 2011
I did a clean install of 11.04 and I have experienced that my separate X-screen does not have the program-name bar with the minimize, close-buttons etc. It's my third monitor is a separate X and it does not really work since I cant close programs, maximize windows or move them around. I cant even write anything on it. The first two monitors work great as one X-screen, just as they did in 10.10. Ubuntu Classic, no Unity. Two monitors (one X) on a ATI HD6970 One monitor (the X-screen that doesn't work properly) on a ATI HD4870
View 9 Replies
View Related
Feb 1, 2010
I think this is the right place to post this...
I use ubuntu now and its awesome but there is one little thing that annoys me, i have looked through gconf and compiz conf and i still can't find a solution.
Its probably something really simple tho.
All it is, when i select an url, any url on any application a box pops up with the options:
open with firefox
send url
open with mozzilla
open with opera
can i stop this happening?
View 7 Replies
View Related
May 28, 2010
Anyone know how to get rid of the highlights (see pic) that come up in 10.04 since i installed it? They appear in different programs as well as the main menu and the taskbar at random.
View 1 Replies
View Related
Jul 4, 2010
I wanted to add/modify a syntax highlight for g
View 1 Replies
View Related
Feb 9, 2011
In linux is there a way to find the next word of a particular word of a file. grep displays entire line of the particular word. But i want only the exact next word of that particular word.is there any command for that.
View 13 Replies
View Related
May 7, 2010
I believe this to be a gnome issue because it happens on both my Ubuntu 10.04 systems and my Fedora 12 system.
What is happing is that it auto copies any text that I highlight, in any app, so, for example, if I highlight a URL on a web site, copy it, then highlight the URL in the address bar and paste it, it will have auto copied the URL that was already in the address bar overwriting the one I just copied of the web site.
This is starting to drive me nuts.
View 5 Replies
View Related
Jul 16, 2010
I find it annoying that to highlight a text field such as in Chrome or Firefox (i.e. the address field), it requires triple-clicking the box. In Windows those same programs will highlight the text with just a double-click.
I have my general ubuntu 'clicking' set at single-click so that if I want to run a program from a desktop icon I just click on it once. But is there a way to change the triple-clicking? Like I say, I've noticed it most in web browsers.
View 1 Replies
View Related
Oct 20, 2010
I'm looking for a simple text editor which could highlight all occurrences of search term in the opened text file. This is a feature that I particularly like in the Windows Notepad++ editor where any selected word is automatically highlighted in the rest of the document.
View 5 Replies
View Related
Feb 13, 2011
I want to know some PDF program for Ubuntu 10.10 so that I can highlight text with different colors as I read it and so that I can save it as intact as highlighted so that I will not have to rehighlight the same thing again and again when I open it. I have tried may softwares including the foxit pdf reader that has got the highlighting the text in windows version which is of course free of cost. But I didn't find it in the Ubuntu based Foxit reader version.
View 1 Replies
View Related
Apr 9, 2011
I noticed a few minutes ago that although I can open the Places and System menus fine, when I click on Applications it highlights but no drop down menu appears beneath it as usual, and when I right click and select Edit Menus also nothing happens.
I have since restarted which did not resolve the issue.
How can I remedy this, and what could have caused the problem to begin with?
View 1 Replies
View Related
Nov 23, 2010
Ubuntu 10.10
Gnome desktop
On a text file, .txt, it is possible to high-light and copy a row on a table. But how to high-light and copy a column.
View 14 Replies
View Related