Search Results

Search: Posts Made By: CODIII
1,655
Posted By CODIII
Methyl, I typed for x in `find /home/ -type...
Methyl,

I typed for x in `find /home/ -type d`; do echo -e "$x \c"; find $x -type f | grep -vc "^$x/[^/]*/.*"; done > /home/nboghman/list.csv and this output i want to be able to read in excel.
I...
1,655
Posted By CODIII
Thanks for the quick respons methyl but...
Thanks for the quick respons methyl but unfortunately i'm not at work anymore.
I'll let you know the right command tomorrow.
1,655
Posted By CODIII
Qshell output to excel
Hi all,

I hope this is the right topic for this issue.

I made a list with directories, files, size, ... and i want to export it to a .CSV file.
He does creat my .csv file that i'm asking but i...
4,173
Posted By CODIII
Thanks Alister, It does show me all the...
Thanks Alister,

It does show me all the files form the specified folder i'm asking but it wont tell me how many files are in for example : dir 1 subdir 1 and dir 2 and dir 3 subdir 1, 2 and 3. ...
4,173
Posted By CODIII
Ok sorry didn't know that. I'm new here on this...
Ok sorry didn't know that. I'm new here on this forum.

Is it also possible to have the folder with the most files on top and the folder with the lowest files at the bottom?
4,173
Posted By CODIII
Many thanks Balajesuri!!! This is what i...
Many thanks Balajesuri!!!
This is what i wanted. Finally after 3 days searching on the inet!

If i just want to creat an output for this i just use this code right?
for x in `find /home/ -type...
4,173
Posted By CODIII
Thanks balajesuri for your quick respons, it's...
Thanks balajesuri for your quick respons, it's going in the right way!

When executing that command line, he starts to scan every folder (what is good) but i receive after every folder this error :...
4,173
Posted By CODIII
Count files in every directory
Hi all,

I'm looking over all the internet for finding how to make a count of the files for every directory apart.. not a total result for the xx directories.

For example:
-dir1
file1...
0
3,039
Posted By CODIII
AS400
Hi all,

I'm new to this forum.
I have a problem at work. I am a RPG programmer (AS400) but i have a new project to try something in QSHELL and i'm totally new to this.

I have to make a 'list'...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 01:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy