Sponsored Content
Full Discussion: Need some help with this...
Top Forums Programming Need some help with this... Post 302138258 by porter on Sunday 30th of September 2007 08:00:56 PM
Old 09-30-2007
Quote:
Originally Posted by Legend986
sh: line 1: alias: ls: not found
Chicken and egg.

Perhaps your system does not support alias...?

try

Code:
which alias

similarly

Code:
bash -c alias
ksh -c alias
zsh -c alias
sh -c alias
csh -c alias

 
All times are GMT -4. The time now is 01:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy