www.dbaref.com
Home
Oracle
PostgreSQL
Greenplum MPP Database
MongoDB
Docker Platform
Flocker
Mesos cluster management
Tableau
Our GitHub
MJB e-Services
Amazon Books
LIABILITY DISCLAIMER
Greenplum DBA LinkedIn Group
Oracle DBA Quick References
Top 20 Unix Commands
Top 20 SQL Scripts
Top 20 Vi Commands
Top 20 v$ views
Tracing SQL
Tracing Sessions
Unix Scripts for Oracle DBA's
Oracle 11g New Features
Oracle Performance Tuning
SQL Scripts for Oracle DBA's
UNIX and Linux for Oracle DBA
VI Editor Commands
Windows OS and Oracle DBA
Cron Jobs
Unix File Management
DBA Tips and Tricks
Greenplum
PostgreSQL Quick Ref
PG/PSQL Quick Re
f
Find command in Unix
DBA's Home Page - A website for Oracle, Greenplum and PostgreSQL DBA's
>
DBA VI Commands
>
Add the text at the begining and end of the line.
posted
Oct 10, 2011, 1:29 PM
by Sachchida Ojha
:%s/^/@/g - Add @ at the begining of the line.
:%s/$/.sql/g - Add .sql at the end of the line.
Comments