public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] Logical operator function in shell environment
@ 2022-09-20  5:36 Tiger Liu(BJ-RD)
  2022-09-20  8:56 ` Ni, Ray
  0 siblings, 1 reply; 3+ messages in thread
From: Tiger Liu(BJ-RD) @ 2022-09-20  5:36 UTC (permalink / raw)
  To: devel@edk2.groups.io

Hi, Experts:
I am writing a shell script.

I have a few questions about shell script syntax.
For examples:
1. Could I save register content (which is read with mm command) to a local variable?
  Take an example:
  Reading register 0x80's content with mm command, and I want to save its content to a local variable for further processing.

   Maybe, I could use command output redirection syntax, and redirect its content to an environment variable?
2. Is there any logical operator functions could be used in shell script?
Such as : and / or functions.

Thanks


保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for the sole use of its intended recipient. Any unauthorized review, use, copying or forwarding of this email or the content of this email is strictly prohibited.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] Logical operator function in shell environment
  2022-09-20  5:36 [edk2-devel] Logical operator function in shell environment Tiger Liu(BJ-RD)
@ 2022-09-20  8:56 ` Ni, Ray
  0 siblings, 0 replies; 3+ messages in thread
From: Ni, Ray @ 2022-09-20  8:56 UTC (permalink / raw)
  To: devel@edk2.groups.io, tigerliu@zhaoxin.com

I don't know whether Shell supports such capability. Can you check the Shell spec?
It's also possible that Spec supports such capability but implementation doesn't.
Then you are welcome to implement that in ShellPkg.

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Tiger
> Liu(BJ-RD)
> Sent: Tuesday, September 20, 2022 1:37 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel] Logical operator function in shell environment
> 
> Hi, Experts:
> I am writing a shell script.
> 
> I have a few questions about shell script syntax.
> For examples:
> 1. Could I save register content (which is read with mm command) to a local
> variable?
>   Take an example:
>   Reading register 0x80's content with mm command, and I want to save its
> content to a local variable for further processing.
> 
>    Maybe, I could use command output redirection syntax, and redirect its
> content to an environment variable?
> 2. Is there any logical operator functions could be used in shell script?
> Such as : and / or functions.
> 
> Thanks
> 
> 
> 保密声明:
> 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其
> 内容做任何未经授权的查阅、使用、复制或转发。
> CONFIDENTIAL NOTE:
> This email contains confidential or legally privileged information and is for the
> sole use of its intended recipient. Any unauthorized review, use, copying or
> forwarding of this email or the content of this email is strictly prohibited.
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] Logical operator function in shell environment
@ 2022-09-20  9:06 Tiger Liu(BJ-RD)
  0 siblings, 0 replies; 3+ messages in thread
From: Tiger Liu(BJ-RD) @ 2022-09-20  9:06 UTC (permalink / raw)
  To: Ni, Ray, devel@edk2.groups.io

Hi, Ray:
Thanks for your reply!

I looked it up in shell spec, not find logical operator functions supported.

I found shell supported redirect output to an environment variable.
But I could not succeed in my experiment.
For example:
1. I create a environment variable "testvar" with set command
2. Then, I execute "date > testvar", but failed.


Thanks
-----邮件原件-----
发件人: Ni, Ray <ray.ni@intel.com>
发送时间: 2022年9月20日 16:56
收件人: devel@edk2.groups.io; Tiger Liu(BJ-RD) <TigerLiu@zhaoxin.com>
主题: RE: [edk2-devel] Logical operator function in shell environment

I don't know whether Shell supports such capability. Can you check the Shell spec?
It's also possible that Spec supports such capability but implementation doesn't.
Then you are welcome to implement that in ShellPkg.

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Tiger
> Liu(BJ-RD)
> Sent: Tuesday, September 20, 2022 1:37 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel] Logical operator function in shell environment
>
> Hi, Experts:
> I am writing a shell script.
>
> I have a few questions about shell script syntax.
> For examples:
> 1. Could I save register content (which is read with mm command) to a
> local variable?
>   Take an example:
>   Reading register 0x80's content with mm command, and I want to save
> its content to a local variable for further processing.
>
>    Maybe, I could use command output redirection syntax, and redirect
> its content to an environment variable?
> 2. Is there any logical operator functions could be used in shell script?
> Such as : and / or functions.
>
> Thanks
>
>
> 保密声明:
> 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其
> 内容做任何未经授权的查阅、使用、复制或转发。
> CONFIDENTIAL NOTE:
> This email contains confidential or legally privileged information and
> is for the sole use of its intended recipient. Any unauthorized
> review, use, copying or forwarding of this email or the content of this email is strictly prohibited.
>
>
> 
>



保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for the sole use of its intended recipient. Any unauthorized review, use, copying or forwarding of this email or the content of this email is strictly prohibited.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-20  9:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20  5:36 [edk2-devel] Logical operator function in shell environment Tiger Liu(BJ-RD)
2022-09-20  8:56 ` Ni, Ray
  -- strict thread matches above, loose matches on Subject: below --
2022-09-20  9:06 Tiger Liu(BJ-RD)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox