Search Results

Search: Posts Made By: ideal2545
8,197
Posted By ideal2545
Hi Methyl, I had a lead one how to do this...
Hi Methyl,

I had a lead one how to do this so I asked another question in the newbie area about the MV command and I was very graciously helped by Corona. I will post the solution here for future...
1,749
Posted By ideal2545
Is there anyway to specific this as relative to...
Is there anyway to specific this as relative to the file? I will be running this script in one parent directory that contains multiple different folder names in it
1,749
Posted By ideal2545
really dumb MV command question
Hi,

Im trying to do move a file like this as mart of my script on Solaris

mv /path/to/file/file.txt ..
mv: cannot rename /path/to/file/file.txt to ../file.txt: Permission denied.

Im just...
8,197
Posted By ideal2545
Hi vbe, thanks for the quick response, I have...
Hi vbe, thanks for the quick response, I have about a thousand directories that I need to apply it recursively to.


Basically I have something like
...
8,197
Posted By ideal2545
Find and Move Files up One Level
Hi All,

So I have another question. I'm trying to search for files with a certain extension and then move all of them up one level in the folder hierarchy.

So something like this:
original:...
4,712
Posted By ideal2545
Thanks Neutronscott, Ill give that a shot right...
Thanks Neutronscott, Ill give that a shot right now.

---------- Post updated at 07:49 PM ---------- Previous update was at 07:46 PM ----------

You guys are awesome, that worked perfectly...
4,712
Posted By ideal2545
There we go, NAWK did the trick, you sir are...
There we go, NAWK did the trick, you sir are awesome. Im guessing I just need to throw an MV in here somewhere and that should do the trick to rename?
4,712
Posted By ideal2545
bash-3.00$ find /path/to/dir -name '*.txt' | awk...
bash-3.00$ find /path/to/dir -name '*.txt' | awk -F"/" -v OFS="/" '{$NF=toupper($NF)} 1'
awk: syntax error near line 1
awk: bailing out near line 1

output, i imagine this is probably either a...
4,712
Posted By ideal2545
The System I am on is running Solaris 10 - I'll...
The System I am on is running Solaris 10 - I'll give that a shot right away and let you know.
4,712
Posted By ideal2545
Hi, Thanks for that quick response, well the idea...
Hi, Thanks for that quick response, well the idea here is the application were using to read these files will only read them in uppercase thanks to the vendor. I tried your find command, but the...
4,712
Posted By ideal2545
Find Files and then convert them to Uppercase
Hi All,

So I'm new to scripting and I've been put in a position to convert a bunch of files with specific extensions in a folder and all its subfolders to uppercase including their extension. I...
Forum: Solaris 01-12-2012
7,005
Posted By ideal2545
samba issue: one samba share without password prompting and the others with.
Hi All, I've been trying to configure samba on Solaris 10 to allow me to have one share that is open and writable to all users and have the rest of my shares password protected by a generic account. ...
Showing results 1 to 12 of 12

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