Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
6f11ce8d
Commit
6f11ce8d
authored
Jun 06, 2013
by
Mukund Sivaraman
Browse files
[2968] Split into multiple lines
parent
99d9be31
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dbutil/tests/dbutil_test.sh.in
View file @
6f11ce8d
...
@@ -141,7 +141,8 @@ get_schema() {
...
@@ -141,7 +141,8 @@ get_schema() {
copy_file
$1
$db1
copy_file
$1
$db1
db_schema
=
`
sqlite3
$db1
'.schema'
|
\
db_schema
=
`
sqlite3
$db1
'.schema'
|
\
sed
-e
':a'
-e
'N'
-e
'$!ba'
-e
's/,[\ ]*\n/, /g'
|
sort
|
\
sed
-e
':a'
-e
'N'
-e
'$!ba'
-e
's/,[\ ]*\n/, /g'
|
\
sort
|
\
awk
'{line = line $0} END {print line}'
|
\
awk
'{line = line $0} END {print line}'
|
\
sed
-e
's/ //g'
|
\
sed
-e
's/ //g'
|
\
tr
[
:upper:]
[
:lower:]
`
tr
[
:upper:]
[
:lower:]
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment