mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added/fixed command examples
This commit is contained in:
@@ -46,7 +46,8 @@ find . -type f -o -type l \
|
||||
|
||||
# Print quoted file paths.
|
||||
# %p is for path.
|
||||
find . -type f -printf '%p\n'
|
||||
find . -type f -printf '"%p"\n'
|
||||
find . -type f -printf "'%p'\n"
|
||||
|
||||
# Sort files by size.
|
||||
# %s is for size, %p is for path.
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
42gg
|
||||
:42<CR>
|
||||
|
||||
# Delete all file's lines.
|
||||
:1,$d
|
||||
|
||||
# Substitute 4-spaces indentations with tabs.
|
||||
:%s/ /\t/g
|
||||
|
||||
|
||||
Reference in New Issue
Block a user