Help for this page

Select Code to Download


  1. or download this
    perl -pi.bak -e '$_ = ( split /,/, $_, 2 )[1];' myfile.txt
    
  2. or download this
    perl -pi.bak -e 's/^[^,]*,//' myfile.txt