Computing.Net > Forums > Unix > Korn Shell script help please!!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Korn Shell script help please!!

Reply to Message Icon

Name: Sue
Date: December 10, 2002 at 19:09:08 Pacific
OS: sun 5.8
CPU/Ram: sun 5.8
Comment:


Under Korn shell
1. write a script to backup a list of files
2. write a script to finds all soft links to specific file.

Your kind help would be appreaciated! Thanks a lot...

Sue



Sponsored Link
Ads by Google

Response Number 1
Name: struzzo
Date: December 11, 2002 at 02:14:38 Pacific
Reply:

Hi,

No. 2

for i in `find . -type l -print`
do
ls -lart $i
done

greets struzzo


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Korn Shell script help please!!

korn shell script help www.computing.net/answers/unix/korn-shell-script-help/3815.html

c shell script help PLEASE www.computing.net/answers/unix/c-shell-script-help-please/4355.html

Korn shell script doubt ??? www.computing.net/answers/unix/korn-shell-script-doubt-/3407.html