But,if you are going to try something like vi "aa dd" where "aa dd" is the
filename,it will interpret it as 2 different files to be edited.
You can have space between filenames only if you use a little bit of
scripting,stuff like ,if you say put a file from windows to unix named "aa
bb.txt".It remains on unix,but you can rename it as follows:
mv 'aa bb.txt' aa_bb

I don't think i am wrong at this.I have tried it and only then written it.
At least i am not aware how you can directly create a file with spaces on *nix
.Only through some other ways...
Enlighten me on the last stuff,if u so say.

Vineeta

Dave Ihnat wrote:

> On Mon, Jan 22, 2001 at 11:50:53AM +0530, Vineeta wrote:
> > First of all,unix does not permit spaces in filenames.
>
> Uh...I guess I'll be the first to get to say, this is Not True.  Very,
> very Not True.  Unix (and by extension Linux) not only have always allowed
> spaces (although many of the tools aren't happy with them), but has always
> allowed wierd and wonderful filenames with unprintable binary characters.
> Real fun.
>
> Cheers,
> --
>         Dave Ihnat
>         [EMAIL PROTECTED]
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to