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...
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...
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...
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...
««
«
1
2
3
…
9
»
»»