How to use "sed" to add multiple lines in .xml file #commandline #textprocessing #sed #xml
#commandline #textprocessing #sed #xml
@chrys My daily use command line productivity tools are:
1. #readline support. C-a, C-e, C-r and tab-completion will save you h o u r s (M-f, M-b are second-tier here)
2. less and tail
3. #grep
4. #ssh and scp *esp with keys*
5. #bash scripting *on the command line*. that is, writing this in a single line: "while true; do CMD; sleep 1s; done" (more general and less fragile than `watch`)
6. cut and tr (for simple "parse every line of output" situations)
#readline #grep #ssh #bash #sed #awk
Reviewing a #linux #bash #script written by a younger #developer. It uses getopts, read and #sed.
The ancient rituals persist!
#linux #bash #script #developer #sed
Multiply found text in sed - is it possible? #commandline #textprocessing #sed
#commandline #textprocessing #sed
Multiple found text in sed - is it possible? #commandline #textprocessing #sed
#commandline #textprocessing #sed
Unfassbar, wie viele Möglichkeiten Linux bietet! 💻🐧 Von der #Commandline gibt es zahlreiche nützliche Befehle: #grep filtert Texte, #sed bearbeitet sie & #awk macht komplexe Datenanalyse. Mit #bash #Skripten automatisiere ich Aufgaben. Open Source rocks! 🙌 #LinuxTricks
#commandline #grep #sed #awk #bash #skripten #linuxtricks
13. August – DDR – Feiertag
Der Tag 130823-1
Im DDR-Volksmund - Tag des Maurers genannt. Geben Sie das Datum in Google ein. Sie werden ein Almanach der Lügen, Verleumdung und Hetze finden. Dabei ist es ganz einfach zu erklären: Wir
https://dersaisonkoch.com/2023/08/13/13-august-ddr-feiertag/
#DDR #DerTag #Geburtstag #Gedenktage #Saisonkochnachrichten #Auszge #DDR #FDGB #Feiertag #Freunde #Genossen #Geschichte #Krimis #Mauer #Novellen #NVA #Romane #SED #Stasi #Tag_desMaurers #Texte
#ddr #dertag #geburtstag #gedenktage #saisonkochnachrichten #auszge #FDGB #feiertag #freunde #genossen #geschichte #krimis #mauer #Novellen #nva #romane #sed #stasi #tag_desmaurers #texte
GitHub - chebykinn/sedmario: NES Super Mario Bros level 1 written in pure sed! https://github.com/chebykinn/sedmario #insolite #geekeries #super_mario #sed #1st_revue #0_archivebox #2nd_frm
#2nd_frm #0_archivebox #1st_revue #sed #super_mario #geekeries #insolite
Super Mario In sed, Sort Of - We definitely needed to reach for a sed reference guide for this one, but looking ... - https://hackaday.com/2023/08/09/super-mario-in-sed-sort-of/ #supermarioworld #softwarehacks #graphical #nintendo #games #sed
#sed #games #nintendo #graphical #softwarehacks #supermarioworld
@Canisius sieh es mal so:
Die stalinistische Staatspartei der DDR, die #SED (heute Linke), hatte 1988 2,5 Millionen Mitglieder. Die DDR selbst hatte 17 Millionen Einwohner. Das „Wahlvolk“ darunter betrug ca. 10 Millionen.
2,5 von 10 sind 25%.
Und diese 25% sind es auch heute wieder.
Die DDR war pleite, kaputt. Leipzig und Dresden glichen teilweise Ruinenfeldern - was der Krieg verschont hatte, verfiel. Das war das wirkliche Erbe der Russen im Osten.
Aber 75% wollen weder #AfD noch Putin.
"Ihr Ziel ist die Konfrontation. Das heißt: Den Graben zwischen Rechts und Links aufzureißen, zu vertiefen, unüberbrückbar zu machen."
Ja, das wollen Kommunisten immer: Die Gesellschaft zerstören, vernichten, Chaos, Streit, Spaltung. Mit dem Ziel wie im bekannten alten #SED- und #DDR-Propagandalied: "Dann steigt aus den TRÜMMERN DER ALTEN GESELLSCHAFT die sozialistische Weltrepublik." Gefährliche Schweinebande.
https://www.youtube.com/watch?v=HYJmGaBMQJ8
I was going through some HTML markup/ content where my <h1>,<hx> tags have no anchors/ ID's. pain in the butt to do that manually if i want anchors, It occurred to me: why don't I just process the markup and use the <h1> (..contents ...) </h1>
but the (...contents...) atom needs filtering. E.g. "this just in", maybe I want "this_just_in"
That's not really possible w/ #PCRE is it?
Maybe this is something #sed can do? Im not super fmlr w/ all gnutils
#regex #question #x003c #x003e #pcre #sed
Nicht dass ich den Tag vertrödelt hätte, aber ich hab lauter Sachen am Computer gemacht, von denen ich keine Ahnung habe, und ich bin auch nur wenig weiter gekommen. Verflixtes #grep und #sed und das Wormser Käseblatt
Dabei wollte ich nur etwas CSS in die erzeugte Webseite rein bringen … alles nix geworden ! 😡
Pause mit 🍺
@ose_rouge #DieLinke wäre dann wählbar, ich würde sie aber trotzdem nicht mehr wählen, wenn sie von der ganzen #SED-Ideologie endlich abrücken würde und eine linke Alternative zur #SPD und keinen verwirrten Altsowjetverein darstellt.
@arialdo @xenodium so basically it's an entire userland trying to avoid dedicaded tools like #sed, #curl, etc.
In short, even worse than #systemd-boot and #systemctl...
https://mstdn.social/@kkarhan/110715637110762494
#systemctl #systemd #curl #sed
@BryanBennett Maybe you confuse #IDE and #Editor?
Because otherwise #ed, #sed and other milimalist tools ain't editors.
Amd yes, I do find it bizarre how those that complain about #SystemD being #bloat tend to defend #Emacs.
It's like being an anti-gun pacifist yet not demanding tue state to disarm itself.
BE CONSISTENT!
If you want a #Userland with #Lisp-Compiler that'll make use of your #SpaceCadet-Layout Keyboard, then yeah, emacs is propably what you want...
#spacecadet #Lisp #userland #eMacs #bloat #systemd #sed #ed #editor #ide
Had an issue today where a student couldn't import an example database because some of the timestamps were between 3 and 4 am on the 29th March 1998. Which is when Daylight Savings occured in Romania so that hour didn't exist. #databases #mysql Fixed it with #sed