Recently in AIX Category

Sed part 3

|

Following on from Absoblogginlutely: renaming files on unix using sed the problem changed so that we had to rename files from A?\abc to A-abc. Various permutations of /, \, ", and ' were used until we came up with

#for file in * ; do mv $file `echo $file | sed 's/\?\\\\/-/'` ; done

Why we had to use 4 \ I'm not sure, but it worked.

renaming files on unix

|

We needed to rename a whole load of files containing the ? character yesterday. The following command did the trick and is saved here for the next time I need to do it.

for file in * ; do mv $file `echo $file | sed 's/\?//'` ; done

stating the obvious?

|

I'm working at home today studying for my AIX 5.1 exam. There was a funny paragraph in the redbook documentation -

Wa tape drive with ribbon hanging out the front of the cartridge may not function properly in the tape drive."
Talk about stating the obvious!

Aix cribsheet

|

AIX Command Crib sheet has a useful quick reference guide for AIX - not sure what version of aix though.

Webmin

| | Comments (1)

I downloaded and installed Webmin , a web front end to administer unix boxes, on one of our AIX boxes yesterday.Looks really good and a nice frontend, instead of smit, to do things. I might roll this out to the helpdesk guys as it will make it easier for them to maintain and support the unix boxes we have on site. The only down side is the rpm install wouldn't work - I had to download the tar file and run setup from that.

Error 518 on booting RS6000

|

One of our customers had a problem with their F50 server hanging with a 518 on the LED display when it was rebooted.

Aix and Samba

|

Next self set project at work is to install Samba on a "spare" aix server and get it talking with the rest of the domain. Also want to see if I can get the web based version of smit working so I can do more of my work in the browser - preferably Firebird.

Categories

Pages

Powered by Movable Type 4.1

About this Archive

This page is a archive of recent entries in the AIX category.

ADSL is the previous category.

AmericanFootball is the next category.

Find recent content on the main index or look in the archives to find all content.