This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Spider-Man | |
| Iron Man | |
| Thor | |
| Captain America | |
| Black Widow | |
| Hulk | |
| Black Panther | |
| Doctor Strange | |
| Scarlet Witch | |
| Vision |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| mkdir -p logs | |
| cat > logs/service1.log << EOF | |
| 2025-07-13 12:00:00 INFO Starting service | |
| 2025-07-13 12:01:15 INFO Checking database connection | |
| 2025-07-13 12:02:30 WARN Connection slow, retrying | |
| 2025-07-13 12:05:00 ERROR Failed to connect to DB | |
| 2025-07-13 12:06:00 INFO Retrying connection |
OlderNewer