![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how do execute "vi" commands in shell script? | askumarece | Shell Programming and Scripting | 3 | 06-11-2009 06:01 AM |
| batch shell script to zip individual files in directory - help | wingchun22 | Shell Programming and Scripting | 7 | 03-08-2009 07:37 PM |
| Can BASH execute commands on a remote server when the commands are embedded in shell | bash_in_my_head | Shell Programming and Scripting | 1 | 12-04-2008 01:51 AM |
| HACMP users home directories | zz2kzq | AIX | 1 | 02-21-2006 03:22 PM |
| how to execute shell commands in awk script? | RishiPahuja | Shell Programming and Scripting | 1 | 09-02-2005 10:37 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Shell script to execute commands in individual users' home directories
Hi, I am trying to write a shell script which execute certain commands within certain folders in each user's home directories I started off with a bash script - Code:
#!/bin/csh -f su -l cvsusr1 cvs -d /home/cvsadm/repository status But the shell script finishes immediately after executing the switch command su. Please suggest how I can proceed. Regards, Rupa Last edited by pludi; 4 Weeks Ago at 08:42 AM.. Reason: code tags, please... |
![]() |
| Bookmarks |
| Tags |
| shell scripting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|