From: James Miller <jamtatREMOVETHIS@mailsnare.net>
To: linux-newbie@vger.kernel.org
Subject: Re: how to replace three spaces with tab
Date: Sat, 4 Jun 2005 06:05:30 -0500 (CDT) [thread overview]
Message-ID: <Pine.LNX.4.61.0506040604050.7223@localhost.localdomain> (raw)
In-Reply-To: <42A137E3.6010507@mnl.ntsp.nec.co.jp>
On Sat, 4 Jun 2005, Franklin Chua wrote:
> I don't know if this will work for you
>
> unexpand -all -tabs=3 file1 > file2
> or
> unexpand -a -t=3 file1 > file2
me@mymachine:~$ unexpand -a -t=3 tmp-test_unexpand > file2
unexpand: tab size contains an invalid character
me@mymachine:~$ unexpand -a -t=3 tmp-test_unexpand >file2
unexpand: tab size contains an invalid character
me@mymachine:~$ unexpand -all -tabs=3 tmp-test_unexpand > file2
unexpand: invalid option -- l
Try `unexpand --help' for more information.
me@mymachine:~$
James
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2005-06-04 11:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-02 22:11 how to replace three spaces with tab James Miller
2005-06-02 22:40 ` Eric Bambach
2005-06-02 23:35 ` James Miller
2005-06-03 0:07 ` Eric Bambach
2005-06-03 10:08 ` J.
2005-06-04 5:11 ` Franklin Chua
2005-06-04 6:39 ` J.
2005-06-04 11:05 ` James Miller [this message]
2005-06-04 12:13 ` zavandi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.61.0506040604050.7223@localhost.localdomain \
--to=jamtatremovethis@mailsnare.net \
--cc=linux-newbie@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox