GGSCI (GoldenGate Software Command Interface) has some interesting shortcuts, quick, and good to use day-to-day GoldenGate.
My preferred:
Command history (h):
GGSCI (grepora) 4> h GGSCI Command History 1: info all 2: shell tail -f ggserr.log 3: edit params extr 4: h
S.O. Commands (shell):
GGSCI (grepora) 5> shell pwd /oracle/product/goldengate12c/ GGSCI (grepora) 6> shell ls *.obey create_process.obey register_extract.obey GGSCI (grepora) 7> shell tail -f ggserr.log
Repeat least command successfully executed (!)
GGSCI (grepora) 8> shell ls *.obey create_process.obey register_extract.obey GGSCI (grepora) 9> ! shell ls *.obey create_process.obey register_extract.obey
RegEx:
GGSCI (grepora) 10> info e*
See you!
Maiquel.