HeyHey,
If u have a folder remotely and u r trying to access it through telnet, how would u get into a folder like 'old ass'.
If u put it in like that, it says 'too many arguements'
thanks
Printable View
HeyHey,
If u have a folder remotely and u r trying to access it through telnet, how would u get into a folder like 'old ass'.
If u put it in like that, it says 'too many arguements'
thanks
Method [1]
% cd old\ \ass
Method [2]
% cd 'old ass'
Method [3]
% cd old*
-- spurious