comparison sed.xml @ 30:5907d248dee3 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 28d2fcf2649b999762fbd94bd648485b916f2f0d
author bgruening
date Sat, 17 Jan 2026 00:56:56 +0000
parents 08cdbfffce67
children
comparison
equal deleted inserted replaced
29:4f7cade041cb 30:5907d248dee3
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="creator"/> 6 <expand macro="creator"/>
7 <requirements> 7 <requirements>
8 <requirement type="package" version="4.8">sed</requirement> 8 <requirement type="package" version="4.9">sed</requirement>
9 </requirements> 9 </requirements>
10 <version_command>sed --version | head -n 1</version_command> 10 <version_command>sed --version | head -n 1</version_command>
11 <command> 11 <command>
12 <![CDATA[ 12 <![CDATA[
13 sed 13 sed
86 86
87 **Further reading** 87 **Further reading**
88 88
89 - Short sed tutorial (http://www.linuxhowtos.org/System/sed_tutorial.htm) 89 - Short sed tutorial (http://www.linuxhowtos.org/System/sed_tutorial.htm)
90 - Long sed tutorial (http://www.grymoire.com/Unix/Sed.html) 90 - Long sed tutorial (http://www.grymoire.com/Unix/Sed.html)
91 - sed faq with good examples (http://sed.sourceforge.net/sedfaq.html) 91 - sed faq with good examples (https://www.pement.org/sed/sedfaq.html)
92 - sed cheat-sheet (http://www.catonmat.net/download/sed.stream.editor.cheat.sheet.pdf) 92 - sed cheat-sheet (http://www.catonmat.net/download/sed.stream.editor.cheat.sheet.pdf)
93 93
94 ----- 94 -----
95 95
96 **Sed commands** 96 **Sed commands**