Home
last modified time | relevance | path

Searched +full:ls +full:- +full:files (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/external/openssh/
Dsftp.04 sftp M-bM-^@M-^S secure file transfer program
7 sftp [-1246aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher]
8 [-D sftp_server_path] [-F ssh_config] [-i identity_file] [-l limit]
9 [-o ssh_option] [-P port] [-R num_requests] [-S program]
10 [-s subsystem | sftp_server] host
13 sftp -b batchfile [user@]host
22 The second usage format will retrieve files automatically if a non-
28 The final usage format allows for automated sessions using the -b option.
29 In such cases, it is necessary to configure non-interactive
31 (see sshd(8) and ssh-keygen(1) for details).
[all …]
Dsftp.133 .Bk -words
75 The second usage format will retrieve files automatically if a non-interactive
86 In such cases, it is necessary to configure non-interactive authentication
90 .Xr ssh-keygen 1
97 .Bl -tag -width Ds
112 existing partial or complete copies of files.
118 uses when transferring files.
128 non-interactive authentication.
132 .Sq \-
138 .Ic rm , mkdir , chdir , ls ,
[all …]
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dcpufreq.sh16 if [ ! -d $CPUROOT/$1/cpufreq ]; then
23 if [ -d $CPUROOT/$1/cpufreq ]; then
30 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
38 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
47 local files=`ls $1`
51 for file in $files; do
52 if [ -f $1/$file ]; then
70 printf "%s\n\n" "------------------------------------------------"
74 # UPDATE CPUFREQ FILES
79 local files=`ls $1`
[all …]
/external/toybox/toys/posix/
Dls.c1 /* ls.c - list files
6 * See http://opengroup.org/onlinepubs/9699919799/utilities/ls.html
8 …LS(NEWTOY(ls, USE_LS_COLOR("(color):;")"(full-time)(show-control-chars)ZgoACFHLRSabcdfhikl@mnpqrst…
10 config LS
11 bool "ls"
14 usage: ls [-ACFHLRSZacdfhiklmnpqrstux1] [directory...]
16 list files
19 -a all files including .hidden -b escape nongraphic chars
20 -c use ctime for timestamps -d directory, not contents
21 -i inode number -p put a '/' after dir names
[all …]
/external/ltp/testcases/kernel/fs/fs_bind/
DREADME9 ------
15 two places at once -- somewhat like hard links for files:
18 # mount --bind mnt mnt2
20 # ls mnt2
24 use --rbind.
29 # mount --bind mnt mnt2
32 # ls mnt2
36 # mount --bind sub /mnt/foo
37 # ls mnt/foo
39 # ls mnt2/foo
[all …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.01 SQUASHFS 3.0 - A squashed read-only filesystem for Linux
3 Copyright 2002-2006 Phillip Lougher <phillip@lougher.org.uk>
13 2. Files are no longer limited to 4 GB. In theory the maximum
25 7. Special support for files larger than 256 MB has been added to
33 There is a new Unsquashfs utility (in squashfs-tools) than can be used to
40 -------------
44 SYNTAX: unsquashfs [-ls | -dest] filesystem
45 -version print version, licence and copyright information
46 -info print files as they are unsquashed
47 -ls list filesystem only
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/
Dcros_gs.py2 # Use of this source code is governed by a BSD-style license that can be
16 GS_BUCKET = 'gs://chromeos-touchpad'
17 GS_BUCKET_PUBLIC = GS_BUCKET + '-public'
38 untar_cmd_str = 'tar xf %s -C %s'
62 self.ls_cmd = '{0} {1} {2}/%s'.format(_cmd_prefix, 'ls', bucket)
69 def ls(self, files=''): member in CrosGs
70 """ls the files in the selected bucket."""
71 simple_system(self.ls_cmd % files)
77 cp_flag = '-R' if os.path.isdir(data) else ''
79 msg = '\nGesture event files have been uploaded to "%s"\n'
[all …]
/external/autotest/client/site_tests/security_ProfilePermissions/
Dsecurity_ProfilePermissions.py2 # Use of this source code is governed by a BSD-style license that can be
17 """Check permissions of files of logged in and guest user."""
41 logging.error("%s - Expected %s:%s, saw %s:%s",
74 ('find -L "%s" -path "%s" -o '
75 # Avoid false-positives on SingletonLock, SingletonCookie, etc.
76 ' \\( -name "Singleton*" -a -type l \\) -o '
77 ' -path "%s/user" -prune -o '
78 ' -path "%s/Downloads" -prune -o '
79 ' -path "%s/flimflam" -prune -o '
80 ' -path "%s/shill" -prune -o '
[all …]
/external/linux-kselftest/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests3 # pstore_post_reboot_tests - Check pstore's behavior after crash/reboot
12 if [ -e $REBOOT_FLAG ]; then
19 prlog -n "Mounting pstore filesystem ... "
21 if [ $? -eq 0 ]; then
22 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
25 mount none /sys/fs/pstore -t pstore
26 if [ $? -eq 0 ]; then
27 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
37 prlog -n "Checking dmesg files exist in pstore filesystem ... "
40 prlog -n "Checking console files exist in pstore filesystem ... "
[all …]
/external/libmicrohttpd/doc/
Dmdate-sh2 # Get modification time of a file or directory and pretty-print it.
4 scriptversion=2010-08-21.06; # UTC
6 # Copyright (C) 1995-2013 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
34 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
36 alias -g '${1+"$@"}'='"$@"'
42 echo "$0: No file. Try '$0 --help' for more information." 1>&2
45 -h | --h*)
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dmdate-sh2 # Get modification time of a file or directory and pretty-print it.
4 scriptversion=2010-08-21.06; # UTC
6 # Copyright (C) 1995-2013 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
34 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
36 alias -g '${1+"$@"}'='"$@"'
42 echo "$0: No file. Try '$0 --help' for more information." 1>&2
45 -h | --h*)
[all …]
/external/bison/build-aux/
Dmdate-sh2 # Get modification time of a file or directory and pretty-print it.
4 scriptversion=2010-08-21.06; # UTC
6 # Copyright (C) 1995-2012 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
34 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
36 alias -g '${1+"$@"}'='"$@"'
42 echo "$0: No file. Try '$0 --help' for more information." 1>&2
45 -h | --h*)
[all …]
/external/clang/test/Modules/
Dprune.m12 // RUN: rm -rf %t
14-DIMPORT_DEPENDS_ON_MODULE -fmodules-ignore-macro=DIMPORT_DEPENDS_ON_MODULE -fmodules -fimplicit-
15-DIMPORT_DEPENDS_ON_MODULE -fmodules-ignore-macro=DIMPORT_DEPENDS_ON_MODULE -fmodules -fimplicit-
16 // RUN: ls %t | grep modules.timestamp
17 // RUN: ls -R %t | grep ^Module.*pcm
18 // RUN: ls -R %t | grep DependsOnModule.*pcm
21 // but nothing gets pruned because the module files are new enough.
22 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp
23 …cc1 -fmodules -fimplicit-module-maps -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prun…
24 // RUN: ls %t | grep modules.timestamp
[all …]
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py28 gen_obj.Main(['--obj_num', str(obj_num), '--bad_obj_num', str(bad_obj_num)])
89 'tail -n1'))
90 ls = out.splitlines()
91 self.assertEqual(len(ls), 1)
92 line = ls[0]
110 """Generate [100-1000] object files, and 1-5% of which are bad ones."""
122 """Cleanup temp files."""
147 args = ['--get_initial_items', './gen_init_list.py', '--switch_to_good',
148 './switch_to_good.py', '--switch_to_bad', './switch_to_bad.py',
149 '--test_script', './is_good.py', '--prune', '--file_args']
[all …]
/external/autotest/server/site_tests/logging_GenerateCrashFiles/
Dlogging_GenerateCrashFiles.py2 # Use of this source code is governed by a BSD-style license that can be
15 """Tests if crash files are generated when crash is invoked."""
25 @param existing files: state of crash dir before induced crash.
27 @raises TestFail error if crash files are not generated.
31 out = self.host.run('ls %s' % self.CRASH_DIR, ignore_status=True)
34 file_diff = set(current_files) - set(existing_files)
35 logging.info("Crash files diff: %s" % file_diff)
37 # Check empty files, prefix, and extension of crash files.
42 if '0' == self.host.run("du -h %s" % file_path).stdout[:1]:
44 crash_extensions.append(crash_file.split('.')[-1])
[all …]
/external/icu/icu4c/packaging/rpm/
Dicu.spec3 # Copyright (C) 2000-2005, International Business Machines
21 Source: icu-%{version}.tgz
22 BuildRoot: /var/tmp/%{name}-%{version}
24 ICU is a set of C and C++ libraries that provides robust and full-featured
36 not contain any of the data files needed at runtime and present in the
37 `icu' and `icu-locales` packages.
39 %package -n libicu34
42 %description -n libicu34
43 ICU is a set of C and C++ libraries that provides robust and full-featured
45 not contain any of the data files needed at runtime and present in the
[all …]
/external/toybox/tests/
Dchmod.test10 PERM="---""--x""-w-""-wx""r--""r-x""rw-""rwx"
22 # Creating test files to test chmod command
36 rm -rf "./$type" && mkdir $type
40 rm -f "./$type" && touch $type
41 DASH=-
45 ls -ld $type | cut -d' ' -f 1 | cut -d. -f 1" "$DASH$DASHES\n" "" ""
50 rm -rf dir file && mkdir dir && touch file
53 ls -ld dir file | cut -d' ' -f 1 | cut -d. -f 1" "drwxr-x---\n-rwxr-x---\n" "" ""
55 rm -rf dir file && mkdir dir && touch file
58 ls -ld dir file | cut -d' ' -f 1 | cut -d. -f 1" "drw-rw-rw-\n-rw-rw-rw-\n" "" ""
[all …]
/external/syslinux/efi32/com32/rosh/
Drosh.c32 ... .c32 libcom32.c32 __ctors_start __ctors_end __dtors_start __dtors_end 2014-10-06 6.03 Gene Cumm 2010 beta-b090 ...
/external/syslinux/bios/com32/rosh/
Drosh.c32 ... .c32 libcom32.c32 __ctors_start __ctors_end __dtors_start __dtors_end 2014-10-06 6.03 Gene Cumm 2010 beta-b090 ...
/external/v8/tools/
Dfind-commit-for-patch.py3 # Use of this source code is governed by a BSD-style license that can be
18 "--branch", "-b", default="origin/master", type=str,
19 help="Git tree-ish where to start searching for commits, "
22 "--limit", "-l", default=500, type=int,
25 "--verbose", "-v", default=False, action="store_true",
31 files = {}
35 if line.startswith("diff --git "):
36 # diff --git a/src/objects.cc b/src/objects.cc
44 if old_hash.startswith("0000000"): continue # Ignore new files.
45 files[next_file] = old_hash
[all …]
/external/icu/icu4c/source/test/hdrtst/
Dtestinternalheaders.sh14 for file in `ls common/*.h`; do
18 $CXX -c -I common -O0 ht_temp.cpp ;
21 for file in `ls i18n/*.h`; do
25 $CXX -c -I common -I i18n -O0 ht_temp.cpp ;
28 for file in `ls io/*.h`; do
32 $CXX -c -I common -I i18n -I io -O0 ht_temp.cpp ;
39 # -I . for includes of layout/*.h
40 #for file in `ls layoutex/*.h`; do
44 # $CXX -c -I common -I i18n -I io -I layout -I . -I layoutex -O0 ht_temp.cpp ;
49 for file in `ls tools/toolutil/*.h`; do
[all …]
DMakefile.in4 ## Copyright (c) 1999-2011, International Business Machines Corporation and
10 ## This tests all public header files - as installed. icu-config needs to be on the PATH
14 ## unicode/uchar.h - 0
15 ## unicode/uchriter.h - 0
16 ## unicode/ucnv.h - 0
35 include $(shell icu-config --incfile)
44 @echo run \'$(MAKE) check\' to run the test "(use -k if you don't want to stop on errs)"
68 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
73 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
80 @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \
[all …]
/external/e2fsprogs/misc/
De2fuzz.sh21 test -x "${SCRIPT_DIR}/fuse2fs" && HAS_FUSE2FS=1
25 echo "-b: FS block size is this. (${BLK_SZ})"
26 echo "-B: Corrupt this many bytes per run."
27 echo "-d: Create test files in this directory. (${DIR})"
28 echo "-E: Extended mke2fs options."
29 echo "-f: Do not run e2fsck after each pass."
30 echo "-F: Extended e2fsck options."
31 echo "-I: Create inodes of this size. (${INODE_SZ})"
32 echo "-n: Run this many passes. (${PASSES})"
33 echo "-O: Create FS with these features."
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/public/
D.chromeos.gestures.untrusted.write.boto3 # credentials) but be careful not to mis-edit any of the variable names (like
7 # This file was created by gsutil version "2011-09-06 15:34:49-07:00"
8 # at 2011-09-27 14:43:20.
10 # You can create additional configuration files by running
11 # gsutil config [options] [-o <config-file>]
19 gs_oauth2_refresh_token = 1/7hB6K3lhWIqB04Sqjp-xWJPNBNYq370V96pwEFjTx9g
31 # files.
42 # with the 'mb' and 'ls' commands. If defined it overrides the default value
44 # by specifying the -p option to the 'mb' and 'ls' commands.
/external/lz4/tests/
DMakefile2 # LZ4 programs - Makefile
3 # Copyright (C) Yann Collet 2011-2016
19 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 # - LZ4 homepage : http://www.lz4.org
23 # - LZ4 source repository : https://github.com/lz4/lz4
41 CFLAGS ?= -O3 # can select custom optimization flags. For example : CFLAGS=-O2 make
42 CFLAGS += -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum \
43 -Wdeclaration-after-statement -Wstrict-prototypes \
44 -Wpointer-arith -Wstrict-aliasing=1
46 CPPFLAGS:= -I$(LIBDIR) -I$(PRGDIR) -DXXH_NAMESPACE=LZ4_
[all …]

12345678910>>...25