Up early this morning (noisy kids).
I enabled the PowerShell and Shell-Session lexers in Pygments:
Import-Csv -Path New-VMs.csv | `
ForEach-Object {
New-VM -VMHost $_.VMHost -Name $_.Name -Template $_.Template -Datastore $_.Datastore
}
[timd@fedorabox ~]$ yum install eric
Loaded plugins: fastestmirror, langpacks, refresh-packagekit
You need to be root to perform this command.
update wiki_wikipage set article = replace(article,'</code>','{/code}');