• All Forums
  • Recent Posts
  • Sign In
Title Search
@title beer Word 'beer' in title
User Search
  • @user admin Only posts by Admin
Text Search
  • @body beer Word 'beer' in the text
Phrase Search
"Hello World" Exact phrase match
Exclude Terms
  • car -red Search cars that are not red
"Or" Searches
  • honda | bmw 'honda' or 'bmw' results
Multi-Field
@(title,body) hello Both contain 'hello'
WildCard
  • hond* civ* Match all with an astrix
Combination
  • @title bmw @user admin
See more supported syntax examples


645 results found in 0.000s
<1…45678910…22>
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    Moreover, ls --color=auto doesn't display ...
    1337_5l4xx0r 1337_5l4xx0r July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... : Originally posted by 1337_5L4Xx0R Moreover, ls --color=auto doesn't display ... and compile the standard GNU "ls" if you want color. The ...
    john whitney john whitney July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... PS1="%(2L.+.)zsh[%~] " alias l="ls -FC" alias more=less alias ...
    neilw neilw July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... and compile the standard GNU "ls" if you want color. The ... 's "fileutils" package includes GNU ls.
    chucker chucker July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    Here is my .profile for bash not much to it, editor pref, pager pref, a lil short prompt and a couple of aliases EDITOR=pico; export EDITOR PAGER=less; export PAGER PS1='\\w\\$ '; export PS1 alias ls="ls -F" alias ll="ls -al"
    elric elric July 2003 Mac Software
  • Installer list of changed files?I just updated Panther via SU. How do I generate that long log-list that people sometimes post to this forum?

    ls bom or something? do a search in the X forum... there has got to be a how to in one of those update threads...
    paul paul July 2003 Genius Bar
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    Thanks, all of you. I'll have to get me the new color (colour) ls and tweak a bash profile.
    1337_5l4xx0r 1337_5l4xx0r July 2003 Mac Software
  • No colors in TerminalHi, I've been having a problem with getting colors to appear in the terminal. I believe it is probably caused by a shell setting, but I don't know ho…

    It may be the way the terminal.app was compiled, or the apps themselves. Finally, in OSX.3, the terminal, using bash, does ls -G (colour listing of directory). Yay!
    1337_5l4xx0r 1337_5l4xx0r July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... my aliases (eg: alias lsl="ls -sCFGHTh") are working spiff-tastically ... .3 DP finally has color ls (ls -G) working, by default. No ...
    1337_5l4xx0r 1337_5l4xx0r July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... work a program, like 'ls' for instance, you can type 'man ls' in a terminal window, ... myls' that is equal to 'ls --color', everytime you type ... will interpret that as 'ls --color'. to create an ... quotes, like 'alias myls "ls --color"'). the tcsh shell ...
    thuh freak thuh freak July 2003 Mac Software
  • Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…

    ... in download but never d/ls anything! Am i doing something ...
    apple fan for life apple fan for life July 2003 Mac Software
  • Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…

    ... in download but never d/ls anything! Am i doing something ...
    ast3r3x ast3r3x July 2003 Mac Software
  • Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…

    ... in download but never d/ls anything! Am i doing something ...
    serrano serrano July 2003 Mac Software
  • Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…

    ... in download but never d/ls anything! Am i doing something ...
    torifile torifile July 2003 Mac Software
  • Jaguar 10.2.6 and PerlIm doing network programming using perl this semester. Is Perl installed in MacOS X by default, or does it need to be installed. <br /> <br /> If an …

    ... .local/cgi-bin/hello.pl ls on the directory gives me: Quote: [jhb:/] jhb% ls -l /Library/WebServer/CGI-Executables ...
    boemane boemane July 2003 Genius Bar
  • Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…

    ... only gotten 4 successful d/ls 3 of which were from ...
    wrong robot wrong robot July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... aliases (eg: alias lsl="ls -sCFGHTh") are working ... DP finally has color ls (ls -G) working, by default ... s bash : Code: alias ls='ls -AF --color=auto' ... some more ls aliases #alias ll='ls -asl' #alias la='ls -A' #alias l='ls -CF' ...
    johan johan July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... 're saying that jagwyre's ls doesn't have --color ? btw ... and install the color-enabled ls from there. i never even ...
    thuh freak thuh freak July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... saying that jagwyre's ls doesn't have --color ? ... 't have a colour ls in bash (Panther does, which I'm using). ls --color does not appear ... the way to color ls. my .bashrc: Code: DISPLAY=": ... pico" alias ls="ls -FG" alias ll="ls -Alh" alias lsl="ls -sCFGHTh" ...
    1337_5l4xx0r 1337_5l4xx0r July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... it to /usr/local/bin/ls. If you want to see help for it, just type 'ls --help'. And, if you ever want the stock ls back, just type /bin/ls, and you got your regular ls back. To call ...
    bauman bauman July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... /' # ls aliases alias ls='colorls --color' alias ll='ls -l' alias la='ls -A' alias lla='ls ...
    bauman bauman July 2003 Mac Software
  • TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?

    ... . For example, the command Code: ls > dirlist 2>&1 directs both ... dirlist, while the command Code: ls 2>&1 > dirlist directs only ...
    neilw neilw July 2003 Mac Software
  • Apple Font??!On Apples webpage, the very first page that comes up on <a href="http://www.apple.com." target="_blank">www.apple.com.</a> What's the name of the fon…

    Yeah, the terminal is the one area of the OS I shake with fear over.. Currently, this is me in the Terminal: In the future, I would like this to be me: 8) A lot to learn about it though. I know only two commands: ls, and cd... Pitiful. Jimzip
    jimzip jimzip August 2003 Genius Bar
  • File type/kindanyone know the four letter extension assigned to classic and OSX apps? i'm trying to find a way to exclude them from a backup set.

    ... OS X app extensions, type: ls -a /Applications To see Classic ... (if they even exist), type: ls -a "/Applications (Mac OS 9 ...
    vortex vortex August 2003 Genius Bar
  • iBook 800/Griffin iMic/Cubase and the first time I've been genuinely angry at apple.I could never hate apple. Ever. It's not possible. I've been using macs for longer than I can remember and I love the user experience and everything …

    ... ... http://www.emagic.de/products/ls/aud...s5.php?lang=EN
    idebaser idebaser August 2003 General Discussion
  • Mazda RX-8ok, i testdrove this lil coche today and must say that i was impressed. it was my first taste of a rotary and, although i didnt get a chance to real…

    ... gen RX-7) with an LS-1 in it, I think ...
    splinemodel splinemodel August 2003 General Discussion
  • The object of my lust...What is yours?Right now the top thing on my wishlist is a Fuji Finepix S2. After speaking with my instructor about med format vs digital, and with what I plan on …

    Nikon D2X Nikkor 200-400 AFS Nikon LS-4000 Dual G5
    moogs moogs August 2003 General Discussion
  • Two identical "Users" folders are appearing!This is a bug I first noticed maybe two weeks ago. Eventually it just went away. But now it's back, and it won't go away. I have an 800 MHz iBook run…

    ... into the terminal and type "ls -l /Users", and post what ...
    bauman bauman September 2003 Genius Bar
  • FINK and the terminal.Hello i am trying to fool arounf with fink and unix a bit with the terminal. I recently installed FINK and everytime I launch the terminal i get the …

    ... Also take a look at: ls /sw/etc/profile.d/ Hopefully ...
    bauman bauman September 2003 Genius Bar
  • FINK and the terminal.Hello i am trying to fool arounf with fink and unix a bit with the terminal. I recently installed FINK and everytime I launch the terminal i get the …

    ... -2.05a$ bash-2.05a$ ls /sw/etc/profile.d/ dummy ...
    nemesis nemesis September 2003 Genius Bar
<1…45678910…22>

Copyright © 2025 Quiller Media, Inc

Commenting Guidelines · Privacy Policy · Contact