Editing large files

# Avoid problems when using vi to edit large files (files with many lines)
export EXINIT="set ll=20000000"

AIX cookbook