Search Results

Search: Posts Made By: Quicken
Forum: AIX 03-17-2010
3,454
Posted By Quicken
if you can find what string is for the <Esc> key...
if you can find what string is for the <Esc> key (it depends on what terminal emulation you use), then use

stty intr "<that string>" in user profile.

We have <ctrl>+C set up for that purpose....
18,195
Posted By Quicken
this is what I would do: find /bigdir -type...
this is what I would do:

find /bigdir -type d -print | while read D
do
echo "$D\t `ls -l $D | grep -c -v ^D`"
done
Showing results 1 to 2 of 2

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