ECACCESS-EVENT-GRANT(1p) User Contributed Perl Documentation ECACCESS-EVENT-GRANT(1p)NAME
ecaccess-event-grant - Grant usage of an ECaccess Event
SYNOPSIS
ecaccess-event-grant -version|-help|-manual
ecaccess-event-grant [-debug] [-subscribe] [-notify] event-id user-list
DESCRIPTION
Allow managing the Event permissions for a list of user(s).
The permissions can be either subscribe, notify, both or none. In order to remove permissions to an Event for a list of users use this
command with no -subscribe and -notify options.
ARGUMENTS
event-id
The identifier of the Event to grant.
user-list
The user(s) to give/remove the permissions. Multiple users should be separated by a column (e.g. abc,def).
OPTIONS -subscribe
The user(s) specified in the user-list will be allowed to subscribe to the event-id (e.g. with the -eventIds option of the
ecaccess-job-submit command).
-notify The user(s) specified in the user-list will be allowed to send notifications to the event-id (e.g. with the ecaccess-event-send
command).
-version
Display version number and exits.
-help Print a brief help message and exits.
-manual Prints the manual page and exits.
-debug Display the SOAP messages exchanged.
EXAMPLES
ecaccess-event-grant -subscribe 167 abc,def,jhi
Allow the users abc, def and jhi to subscribe to this Event.
ecaccess-event-grant 167 jkl
Remove all rights to the Event for the user jkl.
SEE ALSO
ecaccess-event-clear, ecaccess-event-delete, ecaccess-event-send, ecaccess-event-list, ecaccess-event-create and ecaccess.
perl v5.14.2 2012-04-16 ECACCESS-EVENT-GRANT(1p)
Check Out this Related Man Page
ECACCESS-FILE-MODTIME(1p) User Contributed Perl Documentation ECACCESS-FILE-MODTIME(1p)NAME
ecaccess-file-modtime - Show the Last Modification Time of an ECaccess File
SYNOPSIS
ecaccess-file-modtime -version|-help|-manual
ecaccess-file-modtime [-debug] ecaccess-file
DESCRIPTION
Allow showing the Last Modification Time of ecaccess-file.
The ecaccess-file is in the form [domain:][/user-id/]path. Please read the "Shell commands -> File Management" section of the "ecaccess"
guide for more information on the ECaccess File System.
ARGUMENTS
ecaccess-file
The name of the ECaccess File to show the Last Modification Time.
OPTIONS -version
Display version number and exits.
-help Print a brief help message and exits.
-manual Prints the manual page and exits.
-debug Display the SOAP messages exchanged.
EXAMPLES
ecaccess-file-modtime bin/a.out
Display the Last Modification Time of the a.out File in the $HOME/bin directory of the authenticated user.
SEE ALSO
ecaccess-file-delete, ecaccess-file-get, ecaccess-file-mget, ecaccess-file-chmod, ecaccess-file-mput, ecaccess-file-rmdir, ecaccess-file-
copy, ecaccess-file-dir, ecaccess-file-mdelete, ecaccess-file-mkdir, ecaccess-file-move, ecaccess-file-put, ecaccess-file-size and
ecaccess.
perl v5.14.2 2012-04-16 ECACCESS-FILE-MODTIME(1p)
that's the situation :
copy users/abc/def/car.exe to
own/users/abc/def/car.exe?
the second directory doesn't exists. when you make
cp -p users/abc/def/car.exe own/users/abc/def/car.exe it only
says that the directory "own/users/abc/def" is invalid. I just don't
wanna create all... (9 Replies)
hi
i have a file of the following format
123 abc def 2005-09-23 02:04:55
356 abc def 2005-09-23 09:04:55
123 abc def 2005-09-21 19:02:17
234 abc def 2005-09-23 09:04:55
356 abc def 2002-09-23 09:04:55
123 abc def 2005-09-23 09:04:55
i need to sort by the first column and then the... (9 Replies)
I have a text
"abc def ghi"
and I want to get it as
"def abc ghi"
I am using this
echo "abc def ghi" | sed 's/\(*\)\(*\)/\2\1/'
But I am not able to get the output, could anyone help me.
Thanks (9 Replies)
echo $abc
/abc/def/ghi/jkl/mno/pqr/abc.txt
echo $abc | grep -c '/'
output - 1
but it should be 7
Why is this happenning?
I would like to count the number of occurrences of the character in a specified stream. Can anyone help me? (10 Replies)
The line is like this
+abc+def+mgh+ddsdsd+sa
i.e. words seperated by +. There is a plus in the beginning.
i want to conver this line to
abc, def, mgh, ddsdsd, sa
please provide the logic in the form of a shell script
Thanks in advance (13 Replies)
Hello all,
Would appreciate if someone can help me out on the following requirement.
INPUT FILE:
--------------------------
TPS REPORT
abc def ghi
jkl mon pqr
stu vrs lll
END OF TPS REPORT
TPS REPORT
field1 field2 field3
field4 field5 field6 (8 Replies)
I have two files:
FileA:
INGROUP GROUP
xyz, abc
tst, def
dev, ghi
prd, jkl
FileB
GROUP ID
abc, developer
def, tester
ghi, integrator
jkl, analyst
I want the following output
File C (15 Replies)
joining two files:
File1:
-----
1|M
2|M
3|F
File2:
-----
1|abc|def
3|xyz|pqr
join -t '|' 1.txt 2.txt gives(Itried many other ways)
1|M|abc|def
3|F|xyz|pqr
but I need the result like following (14 Replies)
Hi
I have file like this :
abc def ghi 123
fgh der 456
sss ttt uuu vvv kkk 098
I need to remove the last field and the output should be like this :
abc def ghi
fgh der
sss ttt uuu vvv kkk
Thx in Advance (19 Replies)
file.txt : is delimiter:
abc:def:ghi
jkl:mno: pqr
123:456:789
if I do the cut command, and cut the first column, and echo it out
I will get the output:
abc
jkl
123
How can I assign the column of text that I've cut into Array?
e.g If I were to echo array array it will output as:... (9 Replies)
Hi,
my input
abc def "."; ghi
abc kgk mhi def "="; klm nop
abc kgg def "j"; klm mno pwd rst
I would like to get the content in the inverted commas after def. So, my output would be
.
=
j
How do I do it? Please make a note that my input field separator is space and not tab.
... (10 Replies)
Discussion started by: jacobs.smith
10 Replies
14. Post Here to Contact Site Administrators and Moderators
A text file has two logs of same event & both logs have to be correlated into a single line before same can be processed further
RAW
RunningLog
Date Month Year Time Event
9 JUN 2013 1932 2
10 JAN 2014 1000 4
Duration Closed
... (10 Replies)