I would like to know what does the code below do
#!/cs/local/bin/sh
(cat $1; cat $2) | sort -r | uniq -d | cut -f1,4
can anybody explain it to me
User Profile
Collapse
-
question about about Bourne Shell programming
-
question about shell script
hi
Im new to shepp script. I would like to ask how can I display a list of students in my class -
question about the file
............
file1 = fopen("infile1" ,"a+");
............
How can I make "infile1" file empty at last -
so can you tell me more about it... -
question about file in C
hi
Is there any way to send a stream( including multiple lines) from stdin( from keyboard) to a text file in C. -
-
question about function strcmp() in C
There is partial code in C
...Code:typedef struct message { int messageId; char *messageText; struct message *next; }message; ..... ..... ..... /* Get a node before a node */ message *nodeBefore ( message *text ) { message *tem; tem = head; /* If there are only 2 nodes ( a and b ),then nodeBeforeByText of a is returning to a */ [B]184:if[/] -
-
question about linked list in C
[HTML]/* The program read several messages from and store them in a singly linked list
*/
typedef struct message {
int messageId;
char * messageText;
struct message * next;
} message;
#include <stdio.h>
#include <stdlib.h>
#include<string .h>
#include"q1.h"
int emptyNode;
message *insertNode(...
No activity results to display
Show More
Leave a comment: