Flux rss

Sed - inserting spaces

Published by jak58, last update on Saturday November 15, 2008 06:33:16 AM by jak58

Sed - inserting spaces






Insert a blank line after each sentence (punctuated by a carriage return)
sed G file.txt

Insert a blank line after each sentence (punctuated by a carriage return), without taking into account the existing white lines:

sed '/^$/d;G' file.txt
Add two blank lines after each sentence (punctuated by a carriage return)

sed 'G;G' fichier.txt

Insert a blank line before each line “matched” by / pattern /"(" pattern "can be a regular expression)

sed '/Fin/{x;p;x}' file.txt

Insert a blank line after each line “matched” by / pattern /"(" pattern "can be a regular expression)

sed '/Début/G' file.txt

Insert a blank line before and after each line “matched” by / pattern /"(" pattern "can be a regular expression)

sed '/Stream EDitor/{x;p;x;G}' file.txt
Inserting space between each letter Inserting space between each letter $ echo -e "How are you\n everything alright" | sed 's/./& /g' H o w a r e y o u E v e r y t h i n g a l r I g h t The disadvantage is that the natural space between each word... en.kioskea.net/faq/sujet-932-inserting-space-between-each-letter
Manipulate String in each cell Hello, Below is the problem i am trying to solve. In my workbook I only have 1 data column (A1) I want to insert space " " if I encounter an upper case alphabet in the cell value. A1 ContentGoesHere1 ContentGoesHere2 ContentGoesHere3 ContentGoesHere4... en.kioskea.net/forum/affich-26916-manipulate-string-in-each-cell
Sony 4 GB Pen drive not detacting in PC Hello, i have sony 4 gb pen drive...... my pc is not detecting it..... when i insert and click to open...it say insert removable disk......and total spaces shown is 0 mb please help me.. en.kioskea.net/forum/affich-18091-sony-4-gb-pen-drive-not-detacting-in-pc
Excel tips : How to insert date In an Excel cellExcel tips : How to insert date In an Excel cell Below are some tips on how to insert date and time in an excel cell for a specific purpose:- To insert current date, press “CTRL”+ “;” in the chosen cell. To insert current... en.kioskea.net/faq/sujet-313-excel-tips-how-to-insert-date-in-an-excel-cell
How to insert picture background on Microsoft!How to insert picture background on Microsoft! To make a work sheet more appealing, you can add picture to your background. Below is a tip for doing so. Open your Microsoft and select “Format”> “Backgrounds” > “Printed... en.kioskea.net/faq/sujet-334-how-to-insert-picture-background-on-microsoft
To insert an image in the FAQTo insert an image in the FAQ Method Where to find images? Inserting screenshots can help to understand an explanation. Here is how to improve tips on Kioskea (FAQ). For this trick, we opted to use the site Imageshack.us. Note:... en.kioskea.net/faq/sujet-67-to-insert-an-image-in-the-faq
Problem with space (Solved)Hi All, I have a flat file contains some records, I have to add a header and trailer to that flat file and store that in a new file. I am not aware of how to put the space using unix commands, like in RPAD('BILLS',10,' ') in Sql... en.kioskea.net/forum/affich-1342-problem-with-space
Can"t sign in my spaceHello, the trick is that i am not able to connect to my space,i have try it more than 20 times and it is me furious,can anyone help me please en.kioskea.net/forum/affich-14387-can-t-sign-in-my-space
Open a file with spaces from batch file?Hello, I have made a batch file that will ask you what file name you want to open and what directory it's in. The only problem is that i can't open files with spaces in the name because it treats the first word as the whole file. Can someone... en.kioskea.net/forum/affich-16973-open-a-file-with-spaces-from-batch-file
Download SpaceTimeFor more fluidity and ergonomics in your searches in Web, in interactive mode, it is still better. Space Time is the supreme tool of Internet navigation. It introduces you your research results with floating windows in an environment 3D close to... en.kioskea.net/telecharger/telecharger-334-spacetime
Download SpaceMongerIt is time to recognize that your hard disk is messy and you have more idea of the space data. The integrated research can not help you, he does say that what you already know, that your data is in disarray. SpaceMonger is the best way to manage your... en.kioskea.net/telecharger/telecharger-1160-spacemonger
Download Disk DefragFragmentation is caused by creating and deleting files and folders, installing new software, and downloading files from the Internet. Computers do not necessarily save an entire file or folder in a single space on a disk; they're saved in the first... en.kioskea.net/telecharger/telecharger-90-disk-defrag
Murdoch seeks to make interactive TV his spaceThe MySpace website. Media mogul Rupert Murdoch has teamed up with his daughter Elizabeth in a bid to make his online social network MySpace the leader in the hot new interactive TV space. The new deal willl enable MySpace content to be distributed... en.kioskea.net/actualites/murdoch-seeks-to-make-interactive-tv-his-space-10284-actualite.php3
In last Soviet outpost, space pioneers cling onA Russian policeman escorts a Soyuz TMA-12 space craft in Baikonur on April 6. The town was built as a rocket and missile installation from the 1950s in one of the most remote parts of the Soviet Union Visiting the Baikonur space cosmodrome deep in... en.kioskea.net/actualites/in-last-soviet-outpost-space-pioneers-cling-on-10291-actualite.php3
China set to launch record number of spacecraft in 2008: reportA man talks on a mobile phone next to a billboard showing Chinese made Chang'e I, the country's first lunar orbiter, in Beijing, in November 2007. China will launch a record number of spacecraft this year, state media reported Tuesday, amid... en.kioskea.net/actualites/china-set-to-launch-record-number-of-spacecraft-in-2008-report-10126-actualite.php3
PC assembly - Installing the motherboard The motherboard is screwed into the casing. Small risers, called spacers or mounting screws, come with the motherboard and are used to keep a space between the motherboard and the case. These risers are plastic points which "clip" into to the case... en.kioskea.net/assemblage/fixation-carte-mere.php3
Computer - Sound card The sound card (also called an audio card) is the part of a computer which manages its audio input and ouput. It is usually a controller which can be inserted into an ISA slot (or PCI for more recent ones), but more and more motherboards include... en.kioskea.net/pc/carte-son.php3
Cables and connectors In information science, connectors, normally called "input-output connectors" (or I/O for short), are interfaces for linking devices by using cables. They generally have a male end with pins protruding from it. This plug is meant to be inserted into... en.kioskea.net/elec/connecteurs.php3