We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7231138 commit 67eb423Copy full SHA for 67eb423
notes
@@ -396,9 +396,8 @@ cmd_config () {
396
echo -----------------------------------------
397
398
echo ""
399
- echo The DEFAULT notebook is $DEFAULT_POINTER
400
- echo The USE notebook is $USE_POINTER
401
-
+ echo The DEFAULT notebook is `ls -l $DEFAULT_POINTER | cut -d' ' -f9-`
+ echo The USE notebook is `ls -l $USE_POINTER | cut -d' ' -f9- `
402
}
403
404
cmd_tree () {
0 commit comments