Pario TechnoBlob
About Posts

Tag: sed

Hammer script to get output from Job by id This is a simple script I use to export the details from a Job run in Red Hat Satellite 6.2 using hammer from the console. #!/bin/bash # Redhat Satellite Job query by id using...
Jan 9, 2018 12:44PM
Generate IP-address ranges using simple bash script This is just a simple script to generate IP-addresses in a IP-range and write the result output to a file. The script does also remove addresses you would like to exclude from...
Feb 3, 2016 5:10PM
Replace specific HTML tags using sed and regular expression In this post I would like to replace all HTML tags in a HTML file with a tag. # sed -e 's/<embed[^]>/<strong>/g' filename.html newfile.html And if you would...
Jun 12, 2009 3:33PM
IP address change notifier script This is a simple bash script that is run by crontab every 5 minutes on a linux box. It e-mails me the new address when a change of IP address is detected. The script...
Jan 21, 2009 1:57PM
«« « 1 2 3  …  9 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom