I want to add a script to an alias, i have been told you create a function , however the problem is i work on a lot of boxes each day. So i have created a word pad document where i have my aliases, then i just cut/paste onto what ever box i am working on.
The alias i want is free and the command i am running is this :
for i in `vxdg list | grep -v "NAME" | awk '{print $1}'`
do
echo "$i"
vxdg -g $i free
done
but cant get alias=free' to work any ideas
visvid
The alias i want is free and the command i am running is this :
for i in `vxdg list | grep -v "NAME" | awk '{print $1}'`
do
echo "$i"
vxdg -g $i free
done
but cant get alias=free' to work any ideas
visvid