Linux OS Basic Commands
Linux OS Basic Commands
cd .. Go to parent directory
grep “string” filename.txt Marks and returns lines with matching string
grep -win “string” filename.txt Return exact match with line number
Practice C struct
static char message[] = " "; Write on txt file from char array
write(fd, message, sizeof(message));
pthread_create(&thread1,NULL,block1,NULL);