[solved] How to remove numbers from dictionary .txt or .dic
#7
sed is faster:
Code:
sed "/^[0-9]*$/d" in > out


Messages In This Thread
RE: How to remove numbers from dictionary .txt or .dic - by M@LIK - 02-14-2013, 04:39 PM