Search Results

Search: Posts Made By: lowExpectations
1,547
Posted By lowExpectations
Actually, it ran date. EDIT: I understand if...
Actually, it ran date.

EDIT: I understand if i gave it `date` it would not be able to run Tuesday, but I think the difference between the versions was the evaluation of my statement was finished,...
1,547
Posted By lowExpectations
Okay, so what I'm getting is when you backquotes...
Okay, so what I'm getting is when you backquotes a command, it evaluates it to it's entirety.

At that point it decides "Is there an assignment?" - if there was it assigns the result to the...
1,547
Posted By lowExpectations
Quick Question on Echo
Hey all, so I wrote a pretty simple script. It's viewable here:

#!/bin/sh
FILE=`ls $1`
for filename in $FILE
do
echo $filename
`echo $filename | tr e 5 `
doneSo, as you can see it gets the...
1,274
Posted By lowExpectations
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy