Skip to main content
added 178 characters in body
Source Link
roblogic
  • 4.6k
  • 21
  • 24

Coreutils sum, 8 6 bytes

The old System VGnu Coreutils sum, (obsolescent but remains available for compatibility) takes an input stream or a file. The -s flag invokes BSD checksumold System V logic, which just adds up the byte values.
Bonus score: 533⭐️

sum -s 

Try it online! 8 bytes   
(similar to Notes:
* sum defaults to the BSD checksum algorithm which is also obsolescent
* Bonus score: 533⭐️
* related q:258739)

Coreutils sum, 8 6 bytes

The old System V sum, takes an input stream or a file. The -s flag invokes BSD checksum, which just adds up the byte values.
Bonus score: 533⭐️

sum -s 

Try it online! 8 bytes  (similar to 258739)

Coreutils sum, 8 6 bytes

Gnu Coreutils sum, (obsolescent but remains available for compatibility) takes an input stream or a file. The -s flag invokes old System V logic, which just adds up the byte values.

sum -s 

Try it online! 8 bytes 
Notes:
* sum defaults to the BSD checksum algorithm which is also obsolescent
* Bonus score: 533⭐️
* related q:258739

added 116 characters in body
Source Link
roblogic
  • 4.6k
  • 21
  • 24

Coreutils sum, 8 6 bytes

Using theThe old System V sum, still part of coreutils, andtakes an input stream or a file. The a-s. flag invokes BSD checksum, which just adds up the byte values.
Bonus score: 533⭐️

sum -s 

Try it online! 8 bytes (similar to 258739)

Coreutils sum, 8 6 bytes

Using the old System V sum, still part of coreutils, and a file a.
Bonus score: 533⭐️

sum -s 

Try it online! 8 bytes (similar to 258739)

Coreutils sum, 8 6 bytes

The old System V sum, takes an input stream or a file. The -s flag invokes BSD checksum, which just adds up the byte values.
Bonus score: 533⭐️

sum -s 

Try it online! 8 bytes (similar to 258739)

added 391 characters in body
Source Link
roblogic
  • 4.6k
  • 21
  • 24

Coreutils sum, 88 6 bytes

Using the old System V sum, still part of coreutils, and a file a.
Bonus score: 662 ⭐️533⭐️

sum -s a 

Try it online!Try it online!
 8 bytes (similar to 258739)

Coreutils sum, 8 bytes

Using the old System V sum, still part of coreutils, and a file a.
Bonus score: 662 ⭐️

sum -s a 

Try it online!
 similar to 258739

Coreutils sum, 8 6 bytes

Using the old System V sum, still part of coreutils, and a file a.
Bonus score: 533⭐️

sum -s 

Try it online! 8 bytes (similar to 258739)

Source Link
roblogic
  • 4.6k
  • 21
  • 24
Loading