Top "Ls" questions

A utility in Unix-like systems such as Linux used for listing files and directories.

How to copy the top 10 most recent files from one directory to another?

Al my html files reside here : /home/thinkcode/myfiles/html/ I want to move the newest 10 files to /home/thinkcode/…

linux awk copy ls
Command to list all files except . (dot) and .. (dot dot)

I'm trying to find a command that would list all files (including hidden files), but must exclude the current directory …

linux shell ls
simple loop over files in some directory makefile

I can easily print all the files inside some directory from bash: $ cat go.sh BASEDIR=~/Downloads MYDIR=${BASEDIR}/ddd …

bash makefile ls
How to stop displaying long long file list of `ls`?

There is a big directory which contains 100k files on the remote server, and I typed command: ls in my …

linux putty ls
bash ls; output a time of modification of files including year and seconds

I want to output a time of modification of files including year and seconds. I tried to use ls -linT, …

linux bash ls
How to get the name of a selected Object Python Maya

Hei all, I have this procedural program that creates different object in Maya through Python. After the creation of these …

python selection maya ls
UNIX 'ls' command - wildcard 'OR' operator

I have a directory with timestamped files in the format: processAlpha20120618.txt processAlpha20120619.txt processAlpha20120620.txt processBeta20120618.txt processBeta20120619.txt …

string shell unix wildcard ls
how to `git ls-files` for just one directory level.

I'm using msysgit (1.7.9), and I'm looking for the right invocation of the git ls-files command to show just the (tracked) …

git ls glob
Find highest numbered filename in a directory where names start with digits

I have a directory with files that look like this: 001_something.php 002_something_else.php 004_xyz.php 005_do_good_to_…

bash shell sed ls
issues "using ls -al --full-time" in OSX

--full-time is a handy little option for ls but it doesn't work when used in a batch file. ls -al …

macos bash ls