ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/releases/ircd-hybrid-7.2.2/tools/untabify
Revision: 33
Committed: Sun Oct 2 20:50:00 2005 UTC (20 years, 10 months ago) by knight
Original Path: ircd-hybrid/tools/untabify
File size: 126 byte(s)
Log Message:
- svn:keywords

File Contents

# User Rev Content
1 adx 30 #!/usr/bin/perl
2     #
3     # untabify - convert tabs to spaces
4     #
5 knight 31 # $Id$
6 adx 30 use Text::Tabs;
7     $tabstop = 8;
8     while (<>) { print expand($_) }
9    

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Id Revision