目前我正在尝试创建自己的unix shell,并且在尝试将ls等命令附加到现有文件时,我已经撞墙了。
ls>> MyOutput中
我能够使用>进行基本重定向打印到输出文件,并想做>>会非常相似,但我想我错了。以下是我的代码。
<input #expirationDate type="date"
class="form-control"
max="2999-12-31"
name="ChargeExpirationDate"
[ngModel]="charge.ExpirationDate"
(focusout)="editCharge(charge, 'ExpirationDate', expirationDate.value)"/>
如果您想了解更多详情,请与我们联系。真的很感激任何帮助。