aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/cf.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/cf.bash b/bash/bashrc.d/cf.bash
index 2de37736..e336478c 100644
--- a/bash/bashrc.d/cf.bash
+++ b/bash/bashrc.d/cf.bash
@@ -19,7 +19,7 @@ cf() {
((ngs)) && shopt -s nullglob
# Print result
- printf 'cf: %'\''.f files in %s\n' \
+ printf '%d\t%s\n' \
"${#files[@]}" "$dir"
}