Changeset 60
- Timestamp:
- Jan 3, 2012, 5:30:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bundle/bundle.bash
r59 r60 196 196 197 197 198 =head1 EXAMPLE 199 200 Which is better : load or source ? 201 202 =head2 Sub-Shell 203 204 Load and Unload command must be enclose. 205 In a shell script, 206 it's very important to unload every bundle loaded! 207 208 bundle load intel/2011.7 209 ifort -v 210 bundle unload 211 212 Load command in better in interactive shell. 213 If use in a script file, 214 you can indent your code. 215 216 =head2 Source 217 218 Source command just source shell script in current environment. 219 No unload is possible. 220 221 bundle source intel/2011.7 222 223 Source command is better in batch script 224 because you have don't have to unload in current case. 225 226 198 227 =head1 SEE ALSO 199 228
Note: See TracChangeset
for help on using the changeset viewer.