003 File Manager
Current Path:
/usr/src/contrib/ncurses/misc
usr
/
src
/
contrib
/
ncurses
/
misc
/
📁
..
📄
Makefile.in
(7.68 KB)
📄
chkdef.cmd
(4.34 KB)
📄
cleantic.cmd
(2.61 KB)
📄
cmpdef.cmd
(4.93 KB)
📄
csort
(2.39 KB)
📄
emx.src
(18.81 KB)
📄
form.def
(2.92 KB)
📄
form.ref
(2.52 KB)
📄
gen-pkgconfig.in
(6.5 KB)
📄
gen_edit.sh
(4.29 KB)
📄
magic
(4.7 KB)
📄
makedef.cmd
(6.37 KB)
📄
makellib
(4.58 KB)
📄
menu.def
(2.29 KB)
📄
menu.ref
(1.82 KB)
📄
ncurses-config.in
(7.8 KB)
📄
ncurses.def
(11.56 KB)
📄
ncurses.ref
(20.35 KB)
📄
ncurses.supp
(4.81 KB)
📄
panel.def
(556 B)
📄
panel.ref
(406 B)
📄
run_tic.in
(7.17 KB)
📄
shlib
(4.99 KB)
📁
tabset
📄
tdlint
(3.38 KB)
📄
terminfo.src
(1.07 MB)
Editing: csort
#!/bin/sh # $Id: csort,v 1.3 2020/02/02 23:34:34 tom Exp $ ############################################################################## # Copyright 2020 Thomas E. Dickey # # Copyright 2002 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # # to deal in the Software without restriction, including without limitation # # the rights to use, copy, modify, merge, publish, distribute, distribute # # with modifications, sublicense, and/or sell copies of the Software, and to # # permit persons to whom the Software is furnished to do so, subject to the # # following conditions: # # # # The above copyright notice and this permission notice shall be included in # # all copies or substantial portions of the Software. # # # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # # DEALINGS IN THE SOFTWARE. # # # # Except as contained in this notice, the name(s) of the above copyright # # holders shall not be used in advertising or otherwise to promote the sale, # # use or other dealings in this Software without prior written # # authorization. # ############################################################################## # # override anything that might cause 'sort' to do the wrong thing... LANG=C; export LANG LANGUAGE=C; export LANGUAGE LC_ALL=C; export LC_ALL LC_CTYPE=C; export LC_CTYPE sort $*
Upload File
Create Folder