Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
script != commandline ???
- X-seq: zsh-users 11343
- From: meino.cramer@xxxxxx
- To: zsh-users@xxxxxxxxxx
- Subject: script != commandline ???
- Date: Tue, 27 Mar 2007 05:12:13 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
I fear, I miss a basic information about zsh and scripting...
Giving
print -l **/*
on the command line gives me everything below `pwd` -- including
all "hidden" files and directories and their contents,
A script:
#! /bin/zsh
print -l **/*
only prints the not-"hidden" directories and their not-"hidden"
contents.
How can I make the script act like the commandline ?
Thank you very much for any help in advance!
Kind regards,
mcc
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author