Search Results

Search: Posts Made By: chstewar
25,128
Posted By chstewar
Thanks Don! I'll also like to try your system...
Thanks Don!
I'll also like to try your system out tomorrow.
In the meantime, I will make the changes you suggested.

It's good to have so much help. This is the way to code -:)
25,128
Posted By chstewar
This looked promising and even the manpage for...
This looked promising and even the manpage for stat seems to agree, but when I enter the commands in ubuntu, all I get is:
-, filename
for each file.

Maybe I'm doing something wrong?
25,128
Posted By chstewar
I have been able to make some progress on the...
I have been able to make some progress on the problem. I found a partial solution, but I can't
post the links yet.

Here is the code:

xstat() {
for target in "${@}"; do
inode=$(ls -di...
25,128
Posted By chstewar
List all files and directories in the current directory separated by commas and sorted by crtime
What I know so far:
ls -A will list all files except those starting with a dot
ls -d will list all directories
ls -m will separate contents by commas
For getting crtimes use:
stat filename...
Showing results 1 to 4 of 4

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