The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
what does " ||" mean? ( Double pipe)
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
what does " ||" mean? ( Double pipe)
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
08-30-2007
andryk
Registered User
Join Date: Sep 2003
Posts: 448
if the first command succeed the second will never be executed
Or
if the cd /tmp fails it will execute 'exit 2'
andryk
View Public Profile
Find all posts by andryk
Find andryk's past nominations received
Find andryk's present nominations given