minus-squaredihutenosa@piefed.socialtoLinux@programming.dev•Is there an app to quickly compare two pasted texts?linkfedilinkEnglisharrow-up6·1 month agodiff <<EOF pastestuffhere EOF while this is running, paste the other stuff into terminal. I’m assuming diff reads stdin, if not given a filename. linkfedilink
minus-squaredihutenosa@piefed.socialtoLinux@programming.dev•Is there an app to quickly compare two pasted texts?linkfedilinkEnglisharrow-up3·1 month agovim’s :diffthis linkfedilink
diff <<EOF pastestuffhere EOFwhile this is running, paste the other stuff into terminal. I’m assuming diff reads stdin, if not given a filename.