grep -Po
Using grep
to do substring extraction in shell scripts.
Using grep
to do substring extraction in shell scripts.
Someone in the Golang team thought that it would be a good idea to consider all numbers (represented as strings) starting with “0” as Octals.. so “010” is actually 8.. Really?