D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
vim
/
vim80
/
macros
/
Filename :
less.sh
back
Copy
#!/bin/sh # Shell script to start Vim with less.vim. # Read stdin if no arguments were given and stdin was redirected. if test -t 1; then if test $# = 0; then if test -t 0; then echo "Missing filename" 1>&2 exit fi vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' - else vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' "$@" fi else # Output is not a terminal, cat arguments or stdin if test $# = 0; then if test -t 0; then echo "Missing filename" 1>&2 exit fi cat else cat "$@" fi fi
Name
Size
Last Modified
Owner
Permissions
Actions
hanoi
Dir
July 28 2023 2:55:53
root
0755
life
Dir
July 28 2023 2:55:53
root
0755
maze
Dir
July 28 2023 2:55:53
root
0755
urm
Dir
July 28 2023 2:55:53
root
0755
README.txt
1.094
KB
August 02 2022 4:56:59
root
0644
editexisting.vim
0.121
KB
August 02 2022 4:56:59
root
0644
justify.vim
0.106
KB
August 02 2022 4:56:59
root
0644
less.bat
0.281
KB
August 02 2022 4:56:59
root
0644
less.sh
0.574
KB
August 02 2022 4:56:59
root
0755
less.vim
5.437
KB
August 02 2022 4:56:59
root
0644
matchit.vim
0.121
KB
August 02 2022 4:56:59
root
0644
shellmenu.vim
0.112
KB
August 02 2022 4:56:59
root
0644
swapmous.vim
0.111
KB
August 02 2022 4:56:59
root
0644
2017 © D7net | D704T team