9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] question about wildcard expansion in RC
@ 2006-11-27 18:28 Myron Cheung
  2006-11-27 19:16 ` Richard Miller
  2006-11-28 10:08 ` Robert Raschke
  0 siblings, 2 replies; 5+ messages in thread
From: Myron Cheung @ 2006-11-27 18:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

>From within a terminal, I type:

% echo (/dev/sdC0)
/dev/sdC0

% echo (/dev/sdC*)
/dev/sdC0 /dev/sdC0


% test -f /dev/sd*/swap
test: unexpected operator/operand: /dev/sdC0/swap



Older versions of 'test' do not complain about the unexpected
operator/operand and worked in termrc.  But the recent version of "test"
fails, as a result, the swap partition is not mounted.

/Myron

[-- Attachment #2: Type: text/html, Size: 450 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-28 14:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-27 18:28 [9fans] question about wildcard expansion in RC Myron Cheung
2006-11-27 19:16 ` Richard Miller
2006-11-27 20:08   ` Myron Cheung
2006-11-28 10:08 ` Robert Raschke
2006-11-28 14:40   ` Myron Cheung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).