Skip to content

Commit

Permalink
explain the -X operators and why they are called what they are called…
Browse files Browse the repository at this point in the history
…. This was VERY confusing to me years ago.
  • Loading branch information
petdance authored and chromatic committed Nov 14, 2011
1 parent 670f0a8 commit 069f547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sections/files.pod
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@ X<C<-X>; file test operators>
X<operators; C<-X>>

Besides reading and writing files, you can also manipulate them as you would
directly from a command line or a file manager. The C<-X> file test operators
directly from a command line or a file manager. The file test
operators, collectively called the C<-X> operators because they are a hyphen and a single letter,
examine file and directory attributes. For example, to test that a file exists:

X<C<-e>; file exists operator>
Expand Down

0 comments on commit 069f547

Please sign in to comment.