Search Results

Search: Posts Made By: jseiple
2,606
Posted By jseiple
What I have tried
Below is one of the things I have tried.

find *.html >> tempfile

ls -l | grep -c [www] AND [jseiple] tempfile

echo $1 "number of files and file names"
3
2,941
Posted By jseiple
Script
Here is the code I came up with. Any suggestions?
#script is called fickle

while [ "$*" -f -x ]
do
"$*"
else

echo " program doesn't exist"
echo " not an ordinary...
2,606
Posted By jseiple
finding files
I need to write a script that will find all of the files in my current directory that contain a html extension that contains a URL with my user ID as a command line argument and have yhe script...
3
2,941
Posted By jseiple
loop
I'm trying to write a script that runs in the background (&) The program names are entered as parameters on the command line. I want to use a loop without hard coding the number of iterations: I want...
Showing results 1 to 4 of 4

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