Search Results

Search: Posts Made By: whoami191
1,678
Posted By fpmurphy
Perhaps marks is what you are looking for. In...
Perhaps marks is what you are looking for. In command mode, for example:

mk - record current location as mark k
'k - return to line of mark k
`k - return to mark k
1,683
Posted By Corona688
For lines beginning with "create table", print...
For lines beginning with "create table", print column 3. For lines beginning with "create or replace view", print column 5. All other lines get ignored.
awk '/^create table/ { print $3 }; /^create...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy