The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Assigning output of command to a variable in shell
.
User Name
Remember Me?
Password
google site
Forums
Register
Blog
Man Pages
Forum Rules
Links
Albums
FAQ
Users
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Assigning output of command to a variable in shell
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-28-2008
manikantants
Registered User
Join Date: Feb 2008
Posts: 131
jarPath=`find /opt/lotus/notes/ -name $jarFile`
echo "the jar path $jarPath"
manikantants
View Public Profile
Find all posts by manikantants