Please something wrong in this code, in input and output, i don't know how i can correct this code:
echo < in.txt | perl -CS -pe 's/[\x{0830}-\x{\x{9000}]+//g > out.txt
The problem how i can import in.txt
and export out.txt
.
In sed it's easy like this
sed < in.txt > out.txt