Search Results

Search: Posts Made By: tomduck
5,390
Posted By tomduck
Martin, It looks to me as though the problem...
Martin,

It looks to me as though the problem is with your mput client. It cannot handle the fact that you want to send so many files in one go.

Whilst it is simple to specify *.pdf where this...
19,092
Posted By tomduck
v odd. Snipped straight from the HP-UX rm...
v odd.

Snipped straight from the HP-UX rm man page:

Removal of a file requires write and search (execute) permission in its directory, but no permissions on the file itself; but if the sticky...
19,092
Posted By tomduck
You are allowed to do this because your user ivan...
You are allowed to do this because your user ivan has write permissions on the directory which this file is in.
2,978
Posted By tomduck
Do you have the hash-bang on the first line? ...
Do you have the hash-bang on the first line?

e.g. #! /bin/ksh

This tells the shell that the file contains korn script and it will automatically execute it with ksh.

So rather than:

> ksh...
27,760
Posted By tomduck
If you wanted to be more succinct you could use: ...
If you wanted to be more succinct you could use:

find . -name "YAAN00.V404.T*.tar" -exec tar xf {} \;

How does it work?

The find command looks in current dir (.) for files matching the -name...
Showing results 1 to 5 of 5

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