This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
There is binary data in length of appx 11 Bytes on stdin. The job is to modify few bits at know position of binary data stream then place the result on stdout.
Job to be accomplished with zsh. Some program will invoke zsh with needed options/arguments.
Current attempt has following form:
/bin/zsh -s ' (( read -r | 0xFFFF << 47 )) 2>/dev/null '
It doesnt however work. Trying to find the reason. I afraid the snippet to have major errors. Major problems in snippet?
Is achieving the given goal disable above way?
Subreddit
Post Details
- Posted
- 7 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AskProgramm...