Skip to main content
edited body
Source Link
JJoao
  • 12.8k
  • 1
  • 26
  • 45

replaceReplace a by the char to be counted. Output is the counter for each line.

perl -nE 'say y!a!!'

replace a by the char to be counted. Output is the counter for each line.

perl -nE 'say y!a!!'

Replace a by the char to be counted. Output is the counter for each line.

perl -nE 'say y!a!!'
Source Link
JJoao
  • 12.8k
  • 1
  • 26
  • 45

replace a by the char to be counted. Output is the counter for each line.

perl -nE 'say y!a!!'