"And udating the .bash_aliases kept giving me an error
referring to an end of file before the matching ' in one of the last
aliases."

This doesn't refer to a size limitation, but a syntax error. As in: the end
of the file was reached before the matching ' was found. Either you mixed "
and ' or you simply forgot to close an opened '. Ideally the error message
will tell you the affected line.

Richard

Reply via email to