mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-17 19:30:58 +01:00
use echo
This commit is contained in:
@@ -44,7 +44,7 @@ steps:
|
|||||||
# check modified key
|
# check modified key
|
||||||
- build/dbtool -d test.db -s -k test | grep modified
|
- build/dbtool -d test.db -s -k test | grep modified
|
||||||
# use splitting with regex
|
# use splitting with regex
|
||||||
- printf today:100 | build/dbtool -d test.db -i -f -t '^([^:]*):([^:]*)'
|
- echo today:100 | build/dbtool -d test.db -i -f -t '^([^:]*):([^:]*)'
|
||||||
# check if it works
|
# check if it works
|
||||||
- build/dbtool -d test.db -s -k today | grep 100
|
- build/dbtool -d test.db -s -k today | grep 100
|
||||||
# use splitting with regex reverse
|
# use splitting with regex reverse
|
||||||
|
|||||||
Reference in New Issue
Block a user