Skip to content
Snippets Groups Projects
Commit a3fba007 authored by 김 준형's avatar 김 준형
Browse files

Lab directory Copied

parents 051849c7 97bdd1e9
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
int main()
{
int a =0;
fscanf(stdin, "%d", &a);
fprintf(stdout, "%d\n", a);
fprintf(stderr, "%d\n", -a);
return a;
}
a aa aaa ab abab abn
ps
echo "AAA:" $AAA
echo "my first script"
echo "args:" $0 $1 $2 $3 $4 $5
echo '$! $$:' $! $$
read
echo '$* $@' $* "---" $@
echo "argc:" $#
echo "last:" $_
echo "shell setting on:" $-
bb bd dd sd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment