perl -pe "s/\b([0-9]{10})\b/localtime($1)/ge" file_with_timestamps.txt > file_with_dates.txt