Search Results

Search: Posts Made By: tester213
1,128
Posted By tester213
so far, I've written a script to grab the data I...
so far, I've written a script to grab the data I need. For the pathnames, I was thinking about storing them as variables.


while read line
do
if [["$line" == /]] ; then
var1=$line
fi
done <...
1,128
Posted By tester213
Search a directory for files that contain pathnames
Hello, I really don't know if this is possible, but I figured the wonderful users of unix.com may be able to provide me with some help/suggestions.

I want to create a (bash) script that would go...
94,743
Posted By tester213
How to practice unix commands on windows 7 machine
Hello,
I am pretty new to UNIX and would like to know how i can run unix commands on a windows 7 machine. Basically, I want to practice running commands, created bash/awk/etc. scripts. I've read...
1,321
Posted By tester213
you're right. i had extra spaces. thanks!
you're right. i had extra spaces. thanks!
1,321
Posted By tester213
very cool! ---------- Post updated at 10:28...
very cool!

---------- Post updated at 10:28 AM ---------- Previous update was at 10:13 AM ----------

itakamaraj, can you briefly explain your code? Not sure where the -f switch is being used....
1,321
Posted By tester213
If variable contains a pathname then ACTION item
I have an input file that contains a name of a file followed by the pathname like so


input1
/here/is/the/path/to/input1
input2
/here/is/the/path/to/input2
input3
/here/is/the/path/to/input3...
Showing results 1 to 6 of 6

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