mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 08:27:26 +00:00
parent
3932ed118e
commit
0f1ef34736
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function __fish_adb_list_files
|
||||||
end
|
end
|
||||||
|
|
||||||
# Return list of directories suffixed with '/'
|
# Return list of directories suffixed with '/'
|
||||||
__fish_adb_run_command find -H "$token*" -maxdepth 0 -type d 2\>/dev/null | awk '{print $1"/"}'
|
__fish_adb_run_command find -H "$token*" -maxdepth 0 -type d 2\>/dev/null | awk '{print $0"/"}'
|
||||||
# Return list of files
|
# Return list of files
|
||||||
__fish_adb_run_command find -H "$token*" -maxdepth 0 -type f 2\>/dev/null
|
__fish_adb_run_command find -H "$token*" -maxdepth 0 -type f 2\>/dev/null
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue