RmDebArc_5@lemmy.ml to linuxmemes@lemmy.world · 1 year agoText editor warlemmy.mlimagemessage-square189fedilinkarrow-up1805file-text
arrow-up1805imageText editor warlemmy.mlRmDebArc_5@lemmy.ml to linuxmemes@lemmy.world · 1 year agomessage-square189fedilinkfile-text
minus-squareMTK@lemmy.worldlinkfedilinkarrow-up18·1 year agoThe only editor I need: Create: printf “TEXT” > FILE Add: printf “TEXT” >> FILE No room for mistakes.
minus-squareGallardo994@sh.itjust.workslinkfedilinkarrow-up5·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.