Search Results

Search: Posts Made By: palmer18
5,475
Posted By palmer18
and how to change it pls ? set...
and how to change it pls ?

set LANG=en_US.UTF-8 or set encoding=UTF-8 makes nothing
5,475
Posted By palmer18
encoding
Hi, I'm using putty and when I try to write ü it writes | (or when I try to write é , it writes i)

I tried to change settings/translation of putty but with no success

I have KSH

# locale...
1,310
Posted By palmer18
find command
Hi, when I execute (in KSH) this command

find . -type f -print

output is something like :

./filename1.doc
./filename2.doc
./filename3.txt

But I need the single filenames, without "./" ...
8,171
Posted By palmer18
thx, the first script works tr '+%?' '___'. ...
thx, the first script works

tr '+%?' '___'. doesnt work
8,171
Posted By palmer18
replacing characters
Hi, I have a script for replacing bad characters in filenames

for f in *; do mv $f `echo $f | tr '+' '_'`
done;

this replaces + for _

But I need to replace all bad characters ? / % + to _...
5,462
Posted By palmer18
thank you, this works good
thank you, this works good
5,462
Posted By palmer18
if clause
hi,
pls could you help me with one program in KSH ( i have sunOS).
I need to create an If clause, that prints an error message and filenames, when in a directory are found some files of null size...
Showing results 1 to 7 of 7

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