Consultor Eletrônico



Kbase P72071: What is the simpliest way to remove the form feed character
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/12/2004
Status: Unverified

GOAL:

What is the simpliest way to remove the form feed character from a file in Unix

FIX:

tr -d "\f" <infile >outfile