Search Results

Search: Posts Made By: jul
13,554
Posted By jul
check if file exists in a mounted windows shared folder
hi,

I posted a thread before on that subject, but with a wrong focus...

here's my problem: I want to check if a file exists in a windows shared folder mounted using:

sudo mount -t cifs -o...
15,969
Posted By jul
ok, sorry, I should have tried it first in local....
ok, sorry, I should have tried it first in local.

I want to check if a file exists in a shared folder on a windows computer, mounted as follows:

sudo mount -t cifs -o...
15,969
Posted By jul
case sensitive "if [ -e $file ]"?
hi,

I need to check if a file exists.
if [ -e $file ]
is not case sensitive, while I need an exact -case sensitive- match.
Is there any other command to do that?

thx
jul
4,146
Posted By jul
problem with array=($(find ....)
hi,

I get a *.dat files list in an array using:

array=($(find . -name "*.dat"))

the problem is that when a filename contains spaces, each space-separated token of the filename is in a...
Showing results 1 to 4 of 4

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