@RmDebArc_5@lemmy.ml to linuxmemes@lemmy.world • 1 year agoText editor warlemmy.mlimagemessage-square188fedilinkarrow-up1802arrow-down135file-text
arrow-up1767arrow-down1imageText editor warlemmy.ml@RmDebArc_5@lemmy.ml to linuxmemes@lemmy.world • 1 year agomessage-square188fedilinkfile-text
minus-square@MTK@lemmy.worldlinkfedilink18•1 year agoThe only editor I need: Create: printf “TEXT” > FILE Add: printf “TEXT” >> FILE No room for mistakes.
minus-square@Gallardo994@sh.itjust.workslinkfedilink5•1 year agoShould both be the same commands. Adding should be done by remembering previous contents, no other way is allowed.
The only editor I need:
Create: printf “TEXT” > FILE
Add: printf “TEXT” >> FILE
No room for mistakes.
Should both be the same commands. Adding should be done by remembering previous contents, no other way is allowed.