Skip to main content
Commonmark migration
Source Link

#Bash + coreutils, 12

Bash + coreutils, 12

grep -o .0*$ 

Try it online.

#Bash + coreutils, 12

grep -o .0*$ 

Try it online.

Bash + coreutils, 12

grep -o .0*$ 

Try it online.

deleted 41 characters in body
Source Link
Digital Trauma
  • 73.8k
  • 10
  • 117
  • 268

#Bash + coreutils, 1512

grep -o [^0]0*$.0*$ 

Try it onlineTry it online.

#Bash + coreutils, 15

grep -o [^0]0*$ 

Try it online.

#Bash + coreutils, 12

grep -o .0*$ 

Try it online.

Source Link
Digital Trauma
  • 73.8k
  • 10
  • 117
  • 268

#Bash + coreutils, 15

grep -o [^0]0*$ 

Try it online.