The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Add new lines with a space in beginning
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Add new lines with a space in beginning
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
05-01-2008
shamrock
Registered User
Join Date: Oct 2007
Location: USA
Posts: 542
Code:
awk '{printf("!\n%s\nno shut\nswitchport mode access\n", $0)}' file1.txt
shamrock
View Public Profile
Find all posts by shamrock