diff options
Diffstat (limited to 'lib/_ak_fs')
-rwxr-xr-x | lib/_ak_fs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -289,7 +289,7 @@ function _ak_fs_cat(){ _ak_fs_find_depth "$currentNode" depth="$(expr `cat depth` + 1)" counter="0" - printf "%s" "$depth" + # printf "%s" "$depth" if [ -f output ] then rm output @@ -569,7 +569,7 @@ function _ak_fs_net_cat(){ _ak_fs_net_find_depth "$currentNode" depth="$(expr `cat depth` + 1)" counter="0" - printf "%s" "$depth" + # printf "%s" "$depth" if [ -f output ] then rm output |