[comp.sys.sgi] Help for indent tab

mei@vega.rc.m-kasei.co.jp (Murakami Akinori) (05/09/91)

Hi

I have a ploblem for file transfer between IRIS and IBM type
Mainframe.

The IRIS vi editor insert (indent tabs) automaticaly.
It caused a ploblem in IBM system.
So, I have to uncode a indent tabs to corresponding blank.

Is there a suitable command or program?

Thanks

					Akinori MURAKAMI
					Mitsubishi Kasei Corporation
--
					..................................
					$@B<>eL@FA(J	$@$`$i$+$_$"$-$N$j(J
					mei@m-kasei.co.jp
					$@;0I)2=@.Am9g8&5f=j(J  $@%7%9%F%`?tM}8&5f<<(J
					..................................

mei@vega.rc.m-kasei.co.jp (Murakami Akinori) (05/11/91)

Many thanks for IRIS colleages;

>I have a ploblem for file transfer between IRIS and IBM type
>Mainframe.

I have several suggestions.
Thanks.

From: Bill Silvert <silvert@cs.dal.ca>

It isn't clear whether your problem is with the autoindent feature or
with the use of tabs instead of spaces for indentation.

To suppress autoindent, type ":set noai", and to ensure that the
indentation consists only of spaces with no tabs type ":set ts=80" or
some other large value (ts is tabstop).

From: laukee@canon.co.uk
Most BSD Unix systems have a command called 'expand' which
does what you want.  I know Irix is System V, but it still
might have the command.

	Expand not  worked on IRIS

From: dprmjc@Arco.COM (M. J. Cole)
You can use the unix utility col with the -x option to replace tabs with 
spaces.

	% col -x < file_with_tabs > file_no_tabs

This is fine. I can uncode indent tabs to spaces by this command.

From: Glenn Randers-Pehrson (TBD|WMB) <glennrp@BRL.MIL>
	Try "pr -e file".

This can be command work, but this command is for printing.


						mei@m-kasei.co.jp
--
					..................................
					$@B<>eL@(J$@FA(J	$@$`$i$+$_$"$-$N$j(J
					mei@m-kasei.co.jp
					$@;0I)2=@.Am9g8&5f=j(J  $@%7%9%F%`?tM}8&5f<<(J
					..................................

mberger@RELAY.NSWC.NAVY.MIL (05/13/91)

I use the 'newform -i' option.
Other possibilities include: 'cat file | col -x > file1' or
'pr -e'.

--Mike
--mberger@relay.nswc.navy.mil