Tagged Questions
The ls tag has no wiki summary.
23
votes
8answers
31k views
List files recursively in linux with path relative to the current directory
This is similar to this question, but I want to include the path relative to the current directory in unix. If can do the following:
ls -LR | grep .txt
But it doesn't include the full paths. For ...
10
votes
10answers
12k views
Maximum number of inodes in a directory?
Is there a maximum number of inodes in a single directory?
I have a directory of 2 million+ files and can't get an the ls command to work against that directory. So now I'm wondering if I've ...
10
votes
13answers
1k views
Quick ls command
I've got to get a directory listing that contains about 2 million files, but when I do an "ls" command on it nothing comes back. I've waited 3 hours. I've tried "ls | tee directory.txt", but that ...
8
votes
9answers
15k views
ls command: how can I get a recursive full-path listing, one line per file?
How can I get ls to spit out a flat list of recursive one-per-line paths?
For example, I just want a flat listing of files with their full paths:
/home/dreftymac/.
/home/dreftymac/foo.txt
...
7
votes
5answers
5k views
How do you determine what bash ls colours mean?
When you perform ls in a bash shell, sometimes there are colours to indicate different resource types, and you can enable/control this with the --color argument.
But neither the man page nor Google ...
6
votes
1answer
263 views
Colorize filename according to svn status
When invoking ls, I would like to have file names with a different color depending on their subversion status. For example, an added file will be cyan, a modified file red and so on. Is it possible ...
4
votes
5answers
1k views
Preserve ls colouring after grep'ing
If I do
$ ls -l --color=always
I get a list of files inside the directory with some nice colouring for different file types etc..
Now, I want to be able to pipe the coloured output of ls through ...
3
votes
1answer
72 views
Unescaping filenames generated by ls -R
I have a text file containing the output of a recursive directory listing that generally looks like this:
./subfolder/something with spaces:
something\ with\ spaces.txt*
something\ with\ spaces.dat*
...
3
votes
2answers
31 views
Using output of head -1
When I write
ls | head -1
the output is
file.txt
When I write
ls | head -1 > output.txt or
echo `ls | head -1` > output.txt
the file output.txt contains
^[[H^[[2Jfile.txt
This ...
3
votes
2answers
124 views
ls output changing when used through exec()
I'm using the ls command via PHP and exec() and I get a different output than when I run the same command via the shell. When running ls through PHP the year and month of the date get changed into the ...
3
votes
6answers
365 views
What is the fastest / easiest way to count large number of files in a directory (in Linux)?
I had some directory, with large number of files. Every time I tried to access the list of files within it, I was not able to do that or there was significant delay. I was trying to use ls command ...
3
votes
5answers
194 views
How to get a list of file names in different lines
I want to get a list of all the files in a directory, like with ls, so that each filename will be on a seperate line, without the extra details supplied by ls -l. I looked at ls --help and didn't find ...
3
votes
4answers
215 views
PHP Beginner: Is using the exec command standard practice?
I am just starting php. I am just curious if there is a better way to do this. This displays all of my scripts in the same folder as this script.
I am not sure if it is standard to use the exec ...
3
votes
4answers
1k views
Listing the content of a tar file or a directory only down to some level
I wonder how to list the content of a tar file only down to some level?
I understand tar tvf mytar.tar will list all files, but sometimes I would like to only see directories down to some level.
...
3
votes
3answers
566 views
Is it a bug in Linux time() function or Linux OS calls?
I wrote a small program, that creates files at an interval of 1 minute. But the time at which the file is created and last written and the last modification time of the file as shown by ls command ...
2
votes
2answers
174 views
How to access database in lightswitch in other class?
I just don't know how to explain this clearly. So I create a simple image pattern of what I did.
My question is, how would I be able to access my database in other class in LS?
I've been searching ...
2
votes
0answers
33 views
Updating database in MySQL to SQL server in LightSwitch
I have my LS with datasource made in MySQL. I decided to create same database in SQL Server, and when I use the "Update DataSource" of LS, all of my screen objects gone (the textboxes, labels, codes, ...
2
votes
1answer
52 views
find, sort and extract a line from text files with bash
I'm trying to make bash script that's a little bit too hard for me.
I need to search in directory for specific text files ending in "FA", sort the results alphabetically and take line 13 of each one ...
2
votes
3answers
218 views
bash: /bin/ls: Argument list too long
I need to make a list of a large number of files (40,000 files) like below:
ERR001268_1_100.fastq ERR001268_2_156.fastq ERR001753_2_78.fastq
ERR001268_1_101.fastq ERR001268_2_157.fastq ...
2
votes
1answer
62 views
script/command needed to list down all header files (.h files) in a directory (recursively)
given a base directory
I would like to recursively list down all the header files under all directories below it
/*
And if possible, I would like the output to be something like:
headerfile: ...
2
votes
3answers
152 views
list files in terminal with spaces
ls -1 | grep -v images | xargs rm -r
That does not delete files that have spaces in them. How can I include them? Is there a way when I say ls that it displays with spaces escaped?
2
votes
1answer
232 views
Bash alias for ls that prints multiple columns by “type”
I'm listing just the file basenames with an ls command like this, which I got from here:
ls --color -1 . | tr '\n' '\0' | xargs -0 -n 1 basename
I would like to list all the directories in the ...
2
votes
1answer
819 views
Get a list of files with full path
I would like to get a list of all the files in a directory hierarchy (like I would with ls -R), but such that instead of listing the name of the directory and its files beneath it, it would just ...
2
votes
4answers
470 views
How do I capture the output from the ls or find command to store all file names in an array?
Need to process files in current directory one at a time. I am looking for a way to take the output of ls or find and store the resulting value as elements of an array. This way I can manipulate the ...
2
votes
1answer
158 views
Portable way to achieve ls' -v flag (i.e. sort by version)?
I'm working on a some build scripts that I'd like to depend on only standardized features.
I need to sort some files by version. Say the files are bar-1.{0,2,3} bar-11.{0,2,3}.
By default, ls gives ...
2
votes
1answer
1k views
C# command-line arguments and ls
I'm using MSYS to get some semblance of a sane scriptable shell on Windows :).
Now I'm writing a console application, written in C#, that accepts a number of arguments and presents those as options ...
1
vote
2answers
35 views
How count the number of lines of a file group?
I want to count the number of lines that have all the log files in a specified month. So far I get those files with the following command.
ls localhost_access_log.[0-9][0-9]-11-11*
An example of ...
1
vote
4answers
84 views
List files not matching a pattern?
Here's how one might list all files matching a pattern in bash:
ls *.jar
How to list the complement of a pattern? i.e. all files not matching *.jar?
1
vote
5answers
51 views
php get list of all subdirectories and all files
What is the best way of getting a list of all subdirectories and another list of all files under a given directory in php. I'm okay with a non-pure php code as long as I can use it from php(e.g. a ...
1
vote
1answer
64 views
ls command and age of files
I'm observing a directory with several log files. What I'm interested in, are files which have changed in say last 10 mins.
Is it possible to list all files in a directory older than n-minutes with a ...
1
vote
3answers
114 views
ls -l with some modifications
I wanted to do some changes to the ls -l command.
First, I wanted to remove the first "total X" line as I don't use it.
Then, I wanted to show directories topmost. (Or, more precisely, sort ...
1
vote
2answers
62 views
make alias for ls so that it doesn't show files of the pattern *~
Is there a series of commands that does ls then removes backup files? I want to do something like
ls | grep -v *~
but this shows all the files in different lines, any one to make the output ...
1
vote
3answers
141 views
finding executable files using ls and grep
I have to write a script that finds all executable files in a directory. So I tried several ways to implement it and they actually work. But I wonder if there is a nicer way to do so.
So this was my ...
1
vote
2answers
112 views
Imitating ls in ansi C
I have a code to mimic ls -la in ansi C, but when I change the directory from . (current directory) to any other it keep saying No such file or directory, any ideas why?
code:
DIR * mydir;
struct ...
1
vote
2answers
58 views
ls first file of given type from given directory
This searches only in the pwd, despite having specified the directory. Probably caused by the third argument.
supported="*mov *mp4"
ls /home/kv/m $supported | head -1
..Removing the filter brings ...
1
vote
2answers
174 views
How to merge files in bash in alphabetical order
I need to merge a bunch of mp3 files together. I know that simply doing
cat file1.mp3 >> file2.mp3
seems to work fine (at least it plays back correctly on my Zune anyway).
I'd like to run
...
1
vote
1answer
72 views
Perform ls command with * in name
I would like to perform an ls command on a file named like /var/local/tmp/foo*. I have been trying to use
%x[ls "#{path]"]
but this returns:
ls: /var/local/tmp/foo*: No such file or directory
...
1
vote
3answers
54 views
Im trying to list(ls) a folder by ssh-ing into a server. Is there any command to store the output as array?
Im tried using this command
array=find ssh userName@Host ls Root/top/directory -type d
but its stored only as a single variable instead of array.
need some help ASAP.
Thanks in advance
1
vote
4answers
206 views
pass output as an argument for cp in bash
I'm taking a unix/linux class and we have yet to learn variables or functions. We just learned some basic utilities, some of the flags and the pipeline, output to file, append to file. On the lab ...
1
vote
5answers
112 views
Linux: how to display file within the same date
so in linux, if I do this ls -alth, then it display all files inside a folders with the date of last modifications. I want to display files that last modify on a particular date. How do I achieve ...
1
vote
2answers
164 views
ls or dir - limit the number of file name returns
Is there a way to limit the number of filenames to be returned using the ls or dir command? I'm on a windows machine with cygwin, so either command will do.
I have a directory with over 1 million ...
1
vote
2answers
165 views
List too long for `ls` command, CSH
I want to get a list of all my files of ofl type in several directories. I used the fallowing command:
ls RESULTS/*/quakesim/iecrud/quake/fgb/stflt/*.ofl
but I got a message: /bin/ls: Argument list ...
1
vote
3answers
145 views
Making an alias for `ls` that includes `echo` in csh
I want to make an alias that will add a space before and after each time I use ls.
If I use just ls the result is to close to the line above and under it it I sometimes find it hard and confusing to ...
1
vote
4answers
132 views
List newest file, by type (.txt), after searching recursively, in a terminal
I'm trying to get my terminal to return the latest .txt file, with path intact. I've been researching ls, grep, find, and tail, using the '|' functionality of passing results from one utility to the ...
1
vote
1answer
648 views
Windows equivalent for Unix find command to search multiple file types
While having a cygwin installed in windows gives most of unix command, still i was wondering how to search multiple filetypes in one command using windows "find" command.
ie: find . -name *.cpp -o ...
1
vote
5answers
280 views
List directories that contain two consecutive vowels in name. Linux terminal command
I've been stuck on this question for a while now and can't seem to figure it out.
the question is:
Write a command to print the number of directories in /home that contain two consecutive vowels ...
1
vote
4answers
117 views
How to do an ls command on output from an awk field
This takes a directory as a parameter:
#!/bin/bash
ls -l $1 |awk '$3!=$4{print $9}'
Now what I need is to be able to do ANOTHER ls -l on the just the files that are found from the awk statement.
...
1
vote
3answers
909 views
Linux delete file with size 0
how do i delete a certain file in linux if its size is 0. I want to execute this in an crontab without any extra script.
l filename.file | grep 5th-tab | not eq 0 | rm
Something like this?
1
vote
1answer
100 views
How to get emacs to list suggestions like ls (along columns)
How can I get emacs to list suggestions along columns instead of rows?
In short, emacs gives me this:
In this buffer, type RET to select the completion near point.
Possible completions are:
abc1 ...
1
vote
4answers
428 views
bash: listing files in date order, with spaces in filenames
I am starting with a file containing a list of hundreds of files (full paths) in a random order. I would like to list the details of the ten latest files in that list. This is my naive attempt:
$ ls ...