BEGIN{
FS="|"
OFS="|"
while ((getline < ("common_LoanNumber.pip")) > 0) {
id[$1]=$1;
}
}
{
appid = $1;
if(appid in id) {print $0;}
}
MATLAB applications, tutorials, examples, tricks, resources,...and a little bit of everything I learned ...
``` version: '1' services: man: build: . image: my-alpine:latest ``` Dockerfile: ``` FROM alpine:latest ENV PYTH...
No comments:
Post a Comment
Any comments?