chunk_id
large_stringlengths
7
12
question_id
large_stringlengths
4
8
language
large_stringclasses
1 value
chunk_index
int64
0
26
chunk_text
large_stringlengths
119
3.88k
sparse_text
large_stringlengths
79
13.9k
dense_vector
listlengths
3.58k
3.58k
sparse_indices
listlengths
2
259
sparse_values
listlengths
2
259
export_source
large_stringclasses
1 value
65936470_c0
65936470
bash
0
Title: Extract the valid portions of a mostly JSON file Problem title: Extract the valid portions of a mostly JSON file Tags: bash, jq, json Problem: Extract the valid portions of a mostly JSON file Code signals: Extract, JSON, Successes, Failures, foo.json, Invalid
Extract the valid portions of a mostly JSON file Extract the valid portions of a mostly JSON file bash jq json Extract JSON Successes Failures foo.json Invalid Extract the valid portions of a mostly JSON file I'm using jq to parse this file: And obviously running jq < foo.json yields: Because it can't parse Is there wa...
[ 0.01806640625, 0.0091552734375, 0.00174713134765625, 0.002777099609375, -0.0057373046875, 0.0093994140625, -0.0126953125, 0.0174560546875, 0.001373291015625, 0.05322265625, -0.01953125, 0.025634765625, -0.0003108978271484375, 0.01043701171875, -0.00445556640625, 0.005279541015625, 0....
[ 31501, 15390, 35604, 126826, 7, 153161, 821, 58627, 11435, 87109, 1647, 864, 1681, 144053, 190355, 30891, 5775, 31, 170, 7013, 17368, 366, 184, 171259, 51042, 4426, 5, 11180, 19388, 831, 18, 3917, 144334, 68034, 47, 125663, 70, 47143, 214, ...
[ 0.1865234375, 0.0936279296875, 0.185791015625, 0.16748046875, 0.0633544921875, 0.18603515625, 0.129638671875, 0.22705078125, 0.134521484375, 0.1234130859375, 0.1292724609375, 0.181884765625, 0.192626953125, 0.1832275390625, 0.1180419921875, 0.0662841796875, 0.10791015625, 0.1402587...
embed
76033294_c0
76033294
bash
0
Title: looping infinitely when using sqlcmd inside a while-loop body Problem title: looping infinitely when using sqlcmd inside a while-loop body Tags: ksh, sqlcmd, bash Problem: looping infinitely when using sqlcmd inside a while-loop body Code signals: sqlcmd, the
looping infinitely when using sqlcmd inside a while-loop body looping infinitely when using sqlcmd inside a while-loop body ksh sqlcmd bash sqlcmd the looping infinitely when using sqlcmd inside a while-loop body I have a bash script which uses sqlcmd for fetching data from database in a while-loop body: It is expected...
[ 0.027099609375, -0.0174560546875, 0.00927734375, 0.01318359375, 0.00408935546875, -0.01092529296875, 0.0030059814453125, -0.00628662109375, -0.0152587890625, -0.0174560546875, 0.00238037109375, 0.0235595703125, -0.013671875, -0.0123291015625, 0.00921630859375, 0.005767822265625, -0.0...
[ 40956, 214, 54241, 21286, 3229, 17368, 99247, 3931, 71, 46132, 12960, 28354, 14361, 472, 1495, 87109, 26499, 4527, 7647, 63399, 84751, 1940, 35509, 13315, 10941, 11435, 124326, 186351, 2182, 5117, 103608, 13, 1295, 3688, 77336, 179933, 237, 5...
[ 0.2265625, 0.0966796875, 0.1646728515625, 0.132568359375, 0.013946533203125, 0.06793212890625, 0.1824951171875, 0.1722412109375, 0.135009765625, 0.125732421875, 0.1837158203125, 0.1728515625, 0.15966796875, 0.012359619140625, 0.12451171875, 0.1219482421875, 0.106689453125, 0.006103...
embed
69695574_c0
69695574
bash
0
Title: Is it possibly to sort files numerically when names are real numbers? Problem title: Is it possibly to sort files numerically when names are real numbers? Tags: bash, filenames, ls Problem: Is it possibly to sort files numerically when names are real numbers?
Is it possibly to sort files numerically when names are real numbers? Is it possibly to sort files numerically when names are real numbers? bash filenames ls Is it possibly to sort files numerically when names are real numbers? I have a files which names are real numbers, both positive and negative. I need numerical or...
[ -0.00592041015625, -0.013427734375, -0.00152587890625, -0.0087890625, -0.01385498046875, 0.0022125244140625, 0.00159454345703125, -0.0113525390625, 0.0031280517578125, 0.032958984375, -0.017822265625, 0.032958984375, -0.019775390625, -0.00457763671875, -0.00115966796875, -0.01403808593...
[ 2071, 442, 144681, 47, 12096, 102158, 22542, 71407, 3229, 123055, 621, 2773, 101935, 87109, 11435, 11627, 96, 7, 24491, 136, 40907, 3871, 54744, 6827, 12989, 111, 20, 102107, 93645, 99929, 81730, 53855, 3249, 114205, 1295, 37842, 1284, 16750,...
[ 0.0697021484375, 0.0799560546875, 0.2015380859375, 0.051666259765625, 0.236572265625, 0.1947021484375, 0.20703125, 0.1617431640625, 0.077880859375, 0.16552734375, 0.06671142578125, 0.1943359375, 0.1846923828125, 0.1795654296875, 0.125732421875, 0.148193359375, 0.064697265625, 0.061...
embed
56238977_c0
56238977
bash
0
Title: Sort rows in a tab delimited file with numerical order Problem title: Sort rows in a tab delimited file with numerical order Tags: sorting, linux, bash Problem: Sort rows in a tab delimited file with numerical order Code signals: Sort, ch1, ch3, ch4, ch10, nk1
Sort rows in a tab delimited file with numerical order Sort rows in a tab delimited file with numerical order sorting linux bash Sort ch1 ch3 ch4 ch10 nk1 Sort rows in a tab delimited file with numerical order I am trying to sort a file which is in the following format I am using the command But in the result, the ch1 ...
[ 0.01287841796875, -0.002288818359375, -0.0076904296875, 0.01007080078125, 0.0035247802734375, -0.029052734375, 0.02001953125, 0.0133056640625, -0.00201416015625, 0.0361328125, -0.033447265625, 0.0098876953125, -0.01251220703125, -0.0021209716796875, -0.01129150390625, -0.00247192382812...
[ 53666, 15555, 23, 20928, 8, 93343, 11435, 678, 54744, 6827, 12989, 297, 12096, 214, 11508, 6077, 87109, 3863, 418, 363, 617, 963, 77973, 31577, 25632, 9384, 75101, 4966, 16750, 32497, 7103, 3444, 106, 1380, 8108, 209, 34292, 831, 42459, 2...
[ 0.2392578125, 0.1968994140625, 0.0321044921875, 0.158203125, 0.047698974609375, 0.1383056640625, 0.1553955078125, 0.0445556640625, 0.1524658203125, 0.0908203125, 0.15625, 0.00518798828125, 0.2294921875, 0.0254974365234375, 0.08563232421875, 0.03948974609375, 0.164306640625, 0.12988...
embed
46370872_c0
46370872
bash
0
Title: Extracting just the open port numbers from netstat output Problem title: Extracting just the open port numbers from netstat output Tags: grep, bash, awk Problem: Extracting just the open port numbers from netstat output Code signals: netstat, Extracting, LISTEN
Extracting just the open port numbers from netstat output Extracting just the open port numbers from netstat output grep bash awk netstat Extracting LISTEN Extracting just the open port numbers from netstat output I have the following output from this command: How do extract just the last port numbers from the output?
[ 0.0120849609375, -0.01007080078125, -0.00885009765625, 0.018310546875, 0.00677490234375, 0.003082275390625, -0.000701904296875, 0.0286865234375, 0.00787353515625, 0.0211181640625, -0.003143310546875, -0.013671875, -0.016845703125, 0.0040283203125, -0.001617431640625, 0.0023345947265625...
[ 31501, 238, 1660, 9803, 11469, 101935, 2043, 17346, 140992, 1295, 3514, 254, 6, 87109, 434, 92, 16970, 139568, 75101, 125663, 4568 ]
[ 0.1453857421875, 0.0235595703125, 0.093505859375, 0.1680908203125, 0.1834716796875, 0.16162109375, 0.1240234375, 0.250732421875, 0.1953125, 0.05035400390625, 0.102294921875, 0.0160064697265625, 0.003204345703125, 0.1038818359375, 0.08392333984375, 0.08184814453125, 0.0950927734375, ...
embed
72374106_c2
72374106
bash
2
GAAGCCATTGGGTAAA, CCCAACCATTTTCTTAACC, ACACCTGTTATGTTTACCA, GTTAATTTTTTAAGTGGGA, ACTCCTCCCTTGGCAGTAG, CACCAGGCTGAGAAAAGTG, TCTTTACCTAAAAAACAAA, CCTTTATCCCTGAGACCAC, AAATGCAAGAGAAACAAAG, ACCAAGCAGGTCCATGAGC, GCATGGGGAGAAAGTGCCA, AATTCTCTGGTGCCTGCTC, TCGTTGGGCTGAGTCATCA
GAAGCCATTGGGTAAA, CCCAACCATTTTCTTAACC, ACACCTGTTATGTTTACCA, GTTAATTTTTTAAGTGGGA, ACTCCTCCCTTGGCAGTAG, CACCAGGCTGAGAAAAGTG, TCTTTACCTAAAAAACAAA, CCTTTATCCCTGAGACCAC, AAATGCAAGAGAAACAAAG, ACCAAGCAGGTCCATGAGC, GCATGGGGAGAAAGTGCCA, AATTCTCTGGTGCCTGCTC, TCGTTGGGCTGAGTCATCA
[ -0.00787353515625, -0.00970458984375, -0.0031280517578125, 0.007171630859375, 0.020751953125, -0.00439453125, -0.00677490234375, -0.000431060791015625, 0.00153350830078125, -0.00579833984375, -0.0054931640625, 0.007049560546875, -0.01312255859375, 0.006622314453125, -0.007537841796875, ...
[ 23749, 23613, 441, 98062, 113438, 46754, 7783, 15467, 4, 21581, 13133, 15012, 177697, 92475, 13709, 6, 85955, 13739, 134873, 14609, 37315, 14849, 12944, 20499, 43379, 134982, 188226, 23687, 69657, 35979, 80844, 127489, 96481, 155616, 284, 527, ...
[ 0.17333984375, 0.1097412109375, 0.021453857421875, 0.1591796875, 0.1190185546875, 0.0615234375, 0.1397705078125, 0.167724609375, 0.0858154296875, 0.09283447265625, 0.14892578125, 0.1806640625, 0.0787353515625, 0.1121826171875, 0.1614990234375, 0.10107421875, 0.110107421875, 0.09643...
embed
72613612_c0
72613612
bash
0
Title: Short Form of Bash Script IF ELSE Not Working Problem title: Short Form of Bash Script IF ELSE Not Working Tags: bash Problem: Short Form of Bash Script IF ELSE Not Working Code signals: Short, Form, Bash, Script, Not, Working, python3, python-script.py, Syntax
Short Form of Bash Script IF ELSE Not Working Short Form of Bash Script IF ELSE Not Working bash Short Form Bash Script Not Working python3 python-script.py Syntax Short Form of Bash Script IF ELSE Not Working The script is basically polling directory /images for jpg files and moving them to new directory /gallery/2022...
[ 0.0186767578125, 0.023193359375, 0.00028228759765625, 0.0233154296875, 0.015380859375, -0.02294921875, 0.024169921875, 0.01251220703125, -0.0196533203125, 0.0771484375, 0.005157470703125, -0.00103759765625, -0.00970458984375, 0.01519775390625, 0.0031890869140625, -0.00396728515625, 0...
[ 82990, 15236, 111, 144334, 84654, 55449, 96922, 11205, 27985, 214, 87109, 17198, 50828, 363, 32032, 6493, 19010, 86531, 26499, 198343, 160, 30319, 14364, 37926, 25687, 102158, 136, 98567, 3525, 151570, 151159, 44037, 2592, 120514, 14578, 26973, ...
[ 0.210205078125, 0.235595703125, 0.11962890625, 0.23486328125, 0.267333984375, 0.23876953125, 0.230712890625, 0.1932373046875, 0.22021484375, 0.1058349609375, 0.2169189453125, 0.061981201171875, 0.1343994140625, 0.099609375, 0.1875, 0.13720703125, 0.03875732421875, 0.0113525390625, ...
embed
12420524_c0
12420524
bash
0
Title: why find need &quot;{} \&quot;? Problem title: why find need &quot;{} \&quot;? Tags: linux, bash Problem: why find need "{} \"? I use command of find, for example: find . -name "*.log" -exec grep "running" {} \; why the command of find need {} , a blank and \ ?
why find need &quot;{} \&quot;? why find need &quot;{} \&quot;? linux bash why find need "{} \"? I use command of find, for example: why the command of find need {} , a blank and \ ?
[ -0.00189971923828125, 0.00433349609375, 0.00762939453125, -0.005584716796875, 0.00176239013671875, 0.0216064453125, 0.002349853515625, 0.00016689300537109375, 0.00439453125, 0.0224609375, 0.0279541015625, -0.01275634765625, -0.017578125, -0.00775146484375, -0.0028533935546875, -0.00405...
[ 15400, 7413, 3871, 41502, 24854, 8152, 41872, 1230, 74, 11508, 6077, 6, 87109, 44, 4527, 75101, 111, 27781, 10666, 10, 44237, 136 ]
[ 0.188720703125, 0.2427978515625, 0.28173828125, 0.119384765625, 0.09063720703125, 0.1541748046875, 0.1878662109375, 0.0589599609375, 0.000885009765625, 0.09716796875, 0.0704345703125, 0.0224456787109375, 0.2030029296875, 0.003662109375, 0.0557861328125, 0.1915283203125, 0.08111572265...
embed
24069173_c0
24069173
bash
0
Title: Recursively cat all the files into single file Problem title: Recursively cat all the files into single file Tags: grep, unix, bash, cat, linux Problem: Recursively cat all the files into single file Code signals: Recursively, json1.json, json2.json, json_x.json
Recursively cat all the files into single file Recursively cat all the files into single file grep unix bash cat linux Recursively json1.json json2.json json_x.json Recursively cat all the files into single file I have bunch of files sitting in folders like I want to cat all the jsons into one single file?
[ 0.005859375, 0.01409912109375, -0.02490234375, 0.00970458984375, 0.00677490234375, 0.0130615234375, -0.001983642578125, 0.01312255859375, 0.0184326171875, -0.00494384765625, -0.00201416015625, -0.007049560546875, 0.0186767578125, 0.004730224609375, 0.00061798095703125, -0.0021514892578...
[ 853, 48650, 5844, 538, 7515, 756, 70, 102158, 3934, 11001, 11435, 3514, 254, 51, 4084, 87109, 11508, 6077, 1647, 1681, 418, 170, 5442, 425, 765, 147306, 111, 129842, 23, 78303, 1884, 3444, 47, 42182, 1632 ]
[ 0.079345703125, 0.1749267578125, 0.1265869140625, 0.05902099609375, 0.236083984375, 0.1146240234375, 0.073486328125, 0.198974609375, 0.15087890625, 0.17431640625, 0.2042236328125, 0.14306640625, 0.11083984375, 0.0614013671875, 0.0804443359375, 0.1234130859375, 0.0914306640625, 0.07...
embed
62309711_c0
62309711
bash
0
Title: If variable is within range of another variable Problem title: If variable is within range of another variable Tags: syntax, while-loop, if-statement, bash Problem: If variable is within range of another variable Code signals: LAT, BEGIN, END, LON, ALT, Sleeping
If variable is within range of another variable If variable is within range of another variable syntax while-loop if-statement bash LAT BEGIN END LON ALT Sleeping If variable is within range of another variable I have a loop that updates when GPS coordinates change at the third decimal by comparing previous coordinates...
[ 0.0022735595703125, 0.016357421875, -0.0208740234375, 0.01611328125, 0.02099609375, 0.015869140625, 0.0126953125, 0.007781982421875, 0.010986328125, 0.01226806640625, 0.0057373046875, 0.023193359375, -0.0150146484375, 0.01080322265625, 0.02490234375, -0.0146484375, 0.0118408203125, ...
[ 4263, 77336, 83, 28032, 37457, 111, 15700, 6002, 86531, 12960, 28354, 2174, 61340, 674, 87109, 38705, 108526, 39015, 106699, 100019, 132140, 214, 40956, 114419, 18375, 176866, 15549, 50960, 32380, 2749, 37397, 96362, 43581, 11907, 209, 14633, 2...
[ 0.1455078125, 0.275146484375, 0.062744140625, 0.2281494140625, 0.220947265625, 0.1099853515625, 0.1522216796875, 0.0933837890625, 0.177490234375, 0.174560546875, 0.1793212890625, 0.2261962890625, 0.15625, 0.051727294921875, 0.169921875, 0.1488037109375, 0.0418701171875, 0.064270019...
embed
4109589_c0
4109589
bash
0
Title: Remove all whitespaces in a file- Linux Problem title: Remove all whitespaces in a file- Linux Tags: bash, sed, regex, linux Problem: Remove all whitespaces in a file- Linux How would I remove ALL whitespaces in a given file in Linux? Code signals: Remove, Linux
Remove all whitespaces in a file- Linux Remove all whitespaces in a file- Linux bash sed regex linux Remove Linux Remove all whitespaces in a file- Linux How would I remove ALL whitespaces in a given file in Linux?
[ 0.000377655029296875, 0.01953125, -0.01513671875, 0.0264892578125, -0.0032196044921875, -0.004150390625, 0.0067138671875, 0.01483154296875, -0.01953125, 0.0130615234375, 0.0030364990234375, 0.02685546875, -0.02490234375, 0.01007080078125, -0.0240478515625, 0.018798828125, 0.037353515...
[ 181139, 756, 35011, 65421, 7, 23, 11435, 29908, 87109, 1736, 6835, 3355, 11508, 6077, 10, 2806, 87, 87388, 58837, 34475 ]
[ 0.1602783203125, 0.1439208984375, 0.1617431640625, 0.2442626953125, 0.07135009765625, 0.0828857421875, 0.18017578125, 0.2042236328125, 0.0968017578125, 0.14501953125, 0.09320068359375, 0.0950927734375, 0.06982421875, 0.044036865234375, 0.00444793701171875, 0.0369873046875, 0.00336074...
embed
32155579_c0
32155579
bash
0
Title: How to use a command output as for loop condition in bash? Problem title: How to use a command output as for loop condition in bash? Tags: for-loop, conditional-statements, bash Problem: How to use a command output as for loop condition in bash? Code signals: How
How to use a command output as for loop condition in bash? How to use a command output as for loop condition in bash? for-loop conditional-statements bash How How to use a command output as for loop condition in bash? I wrote a for loop to work while a PID is running: But it does not work and shows following error: I t...
[ 0.008544921875, -0.0037078857421875, -0.0179443359375, -0.00262451171875, -0.00177001953125, 0.0023956298828125, 0.03173828125, 0.0133056640625, -0.0079345703125, -0.002471923828125, -0.004302978515625, 0.0113525390625, 0.01171875, 0.0028228759765625, -0.007537841796875, -0.01239013671...
[ 11249, 47, 4527, 75101, 140992, 237, 100, 40956, 35431, 23, 87109, 10, 28354, 289, 61340, 9035, 54397, 4488, 12960, 436, 7146, 51042, 14602, 959, 45831, 25632, 18499, 50717, 36917, 143834, 22304 ]
[ 0.0899658203125, 0.060791015625, 0.1473388671875, 0.2291259765625, 0.2310791015625, 0.1207275390625, 0.1485595703125, 0.2305908203125, 0.2200927734375, 0.05499267578125, 0.1876220703125, 0.040313720703125, 0.2041015625, 0.092529296875, 0.141845703125, 0.051239013671875, 0.06201171875...
embed
3317174_c0
3317174
bash
0
Title: Sending HTML mail using a shell script Problem title: Sending HTML mail using a shell script Tags: email, sendmail, bash, linux, html Problem: Sending HTML mail using a shell script How can I send an HTML email using a shell script? Code signals: a, Sending, HTML
Sending HTML mail using a shell script Sending HTML mail using a shell script email sendmail bash linux html a Sending HTML Sending HTML mail using a shell script How can I send an HTML email using a shell script?
[ 0.00823974609375, 0.02197265625, 0.003265380859375, 0.024658203125, -0.0009613037109375, 0.002685546875, -0.006591796875, 0.019287109375, -0.001922607421875, -0.00408935546875, -0.0072021484375, 0.04736328125, -0.0172119140625, 0.02197265625, 0.0167236328125, -0.02294921875, 0.009399...
[ 24044, 214, 19097, 6648, 17368, 128019, 26499, 10, 3340, 25379, 2065, 87109, 11508, 6077, 7693, 831 ]
[ 0.09283447265625, 0.05084228515625, 0.2369384765625, 0.13232421875, 0.0841064453125, 0.19189453125, 0.2374267578125, 0.04180908203125, 0.138916015625, 0.10992431640625, 0.12042236328125, 0.11083984375, 0.054412841796875, 0.0657958984375, 0.1859130859375, 0.02484130859375 ]
embed
71945358_c0
71945358
bash
0
Title: Repeat a string N times Problem title: Repeat a string N times Tags: bash, shell Problem: Repeat a string N times In Python strings can be "multiplied" to repeat them a number of times: test="----" print(test) test="----"*10 print(test) Code signals: Repeat, Test2
Repeat a string N times Repeat a string N times bash shell Repeat Test2 Repeat a string N times In Python strings can be "multiplied" to repeat them a number of times: Is there an equivalent in bash? I tried * but it doesn't work:
[ -0.00970458984375, 0.0023651123046875, -0.0126953125, 0.03125, -0.0106201171875, 0.009033203125, 0.012939453125, -0.00433349609375, 0.00927734375, 0.01043701171875, -0.025634765625, -0.00567626953125, -0.025634765625, 0.014892578125, -0.0111083984375, 0.005218505859375, 0.01611328125...
[ 33742, 13, 257, 79315, 541, 20028, 10, 87109, 128019, 8647, 304, 145581, 7, 831, 186, 144227, 26026, 297, 47, 119140, 2856, 14012, 183234, 23, 37842, 661, 22027, 18, 4488 ]
[ 0.1602783203125, 0.196044921875, 0.08428955078125, 0.25341796875, 0.1842041015625, 0.232421875, 0.06805419921875, 0.190185546875, 0.1529541015625, 0.14453125, 0.08624267578125, 0.232666015625, 0.06231689453125, 0.06707763671875, 0.05096435546875, 0.1358642578125, 0.1661376953125, 0...
embed
63737758_c0
63737758
bash
0
Title: Shift between two characters Problem title: Shift between two characters Tags: bash Problem: Shift between two characters How to get a shift between two characters in bash? For instance, in C++ we have: 'c'-'a'=2 Are there any elegant solutions? Code signals: Shift
Shift between two characters Shift between two characters bash Shift Shift between two characters How to get a shift between two characters in bash? For instance, in C++ we have: Are there any elegant solutions?
[ 0.0052490234375, -0.003753662109375, -0.00125885009765625, 0.0302734375, 0.0169677734375, -0.013671875, -0.004150390625, 0.0152587890625, 0.0033721923828125, 0.02490234375, -0.004913330078125, 0.01708984375, -0.0087890625, 0.04443359375, -0.01806640625, -0.00653076171875, 0.004211425...
[ 8294, 2480, 17721, 6626, 124850, 87109, 11249, 47, 2046, 10, 122925, 23, 110527, 313, 37223, 765, 27650, 51347 ]
[ 0.189208984375, 0.17919921875, 0.188720703125, 0.171630859375, 0.22509765625, 0.2457275390625, 0.019134521484375, 0.043670654296875, 0.10321044921875, 0.099853515625, 0.277587890625, 0.06365966796875, 0.0023193359375, 0.03155517578125, 0.22265625, 0.02081298828125, 0.08251953125, 0...
embed
15273873_c0
15273873
bash
0
Title: Mass renaming via regex - python workaround Problem title: Mass renaming via regex - python workaround Tags: regex, rename, recursion, python, bash Problem: Mass renaming via regex - python workaround Code signals: Mass, x3C, x3E, x5C, x3A, x3F, x2A, x7C, x22, Done
Mass renaming via regex - python workaround Mass renaming via regex - python workaround regex rename recursion python bash Mass x3C x3E x5C x3A x3F x2A x7C x22 Done Mass renaming via regex - python workaround i want to rename all special chars in many files to underlines via bash. since i found out that i wont be able ...
[ -0.024169921875, 0.004638671875, 0.0107421875, 0.0277099609375, -0.00872802734375, 0.0167236328125, -0.006591796875, 0.0194091796875, 0.01123046875, 0.006378173828125, 0.0133056640625, -0.006866455078125, 0.0120849609375, 0.0035858154296875, 0.01422119140625, -0.007659912109375, 0.02...
[ 74227, 120514, 14578, 1829, 6835, 3355, 17198, 50828, 4488, 11, 67688, 456, 11627, 195625, 1830, 87109, 1022, 363, 441, 647, 758, 919, 284, 4015, 984, 17, 3444, 47, 756, 5361, 21441, 23, 5941, 102158, 1379, 59801, 23742, 18, 19048, 4527, ...
[ 0.2001953125, 0.21240234375, 0.161865234375, 0.1259765625, 0.1571044921875, 0.22900390625, 0.121826171875, 0.200439453125, 0.066650390625, 0.019989013671875, 0.17724609375, 0.1737060546875, 0.256591796875, 0.16015625, 0.0159912109375, 0.18798828125, 0.0250244140625, 0.0736083984375...
embed
64880518_c0
64880518
bash
0
Title: Sort lines between two patterns in file recursively Problem title: Sort lines between two patterns in file recursively Tags: awk, bash, grep, sed Problem: Sort lines between two patterns in file recursively Code signals: Sort, Lattice, Properties, id:I:1:species:S:1
Sort lines between two patterns in file recursively Sort lines between two patterns in file recursively awk bash grep sed Sort Lattice Properties id:I:1:species:S:1 Sort lines between two patterns in file recursively I have file with following format I would like to be able to sort the content of the file according to ...
[ -0.0126953125, 0.005096435546875, 0.003173828125, 0.0206298828125, -0.0032806396484375, 0.0029144287109375, 0.01708984375, 0.0111083984375, 0.021484375, 0.01177978515625, 0.0013580322265625, 0.0299072265625, -0.00567626953125, -0.013916015625, 0.0189208984375, -0.00482177734375, 0.00...
[ 53666, 124519, 17721, 6626, 103510, 7, 11435, 195625, 5844, 434, 92, 87109, 3514, 254, 1736, 75346, 24494, 234994, 16711, 3387, 19721, 538, 25632, 9384, 1884, 12096, 10941, 59499, 17932, 3365, 316, 15490, 73197, 60223, 11343, 24765, 3687, 13,...
[ 0.2015380859375, 0.15869140625, 0.16455078125, 0.1307373046875, 0.19287109375, 0.0167999267578125, 0.1387939453125, 0.17333984375, 0.1060791015625, 0.050079345703125, 0.0924072265625, 0.1409912109375, 0.12353515625, 0.06976318359375, 0.143310546875, 0.077880859375, 0.135986328125, ...
embed
10486736_c0
10486736
bash
0
Title: How do I sort these values using Bash Script in Linux? Problem title: How do I sort these values using Bash Script in Linux? Tags: sorting, linux, duplicates, bash Problem: How do I sort these values using Bash Script in Linux? Code signals: Bash, How, Script, Linux
How do I sort these values using Bash Script in Linux? How do I sort these values using Bash Script in Linux? sorting linux duplicates bash Bash How Script Linux How do I sort these values using Bash Script in Linux? In the above you will see that at -61 occurs twice and so do some other values. I want to just create a...
[ 0.003936767578125, 0.01434326171875, -0.00360107421875, -0.0111083984375, -0.0130615234375, -0.017822265625, 0.022216796875, -0.00701904296875, -0.01953125, 0.033447265625, -0.03125, 0.03564453125, 0.00958251953125, 0.007781982421875, -0.02099609375, -0.00958251953125, 0.015869140625...
[ 11249, 54, 87, 12096, 6097, 142424, 17368, 144334, 84654, 23, 29908, 214, 11508, 6077, 171763, 1636, 87109, 1957, 99, 20, 11540, 74918, 186351, 3444, 28282, 3525, 11435, 15490, 2499, 5608, 765, 2273, 4039, 4730, 51, 24496, 4488 ]
[ 0.08013916015625, 0.045745849609375, 0.0222320556640625, 0.2489013671875, 0.05731201171875, 0.1907958984375, 0.0970458984375, 0.20166015625, 0.255126953125, 0.09619140625, 0.211181640625, 0.049835205078125, 0.0784912109375, 0.1051025390625, 0.227294921875, 0.0989990234375, 0.17529296...
embed
7374534_c0
7374534
bash
0
Title: Directory bookmarking for bash Problem title: Directory bookmarking for bash Tags: ubuntu, linux, bash Problem: Directory bookmarking for bash Is there any directory bookmarking utility for bash to allow move around faster on the command line? Code signals: Directory
Directory bookmarking for bash Directory bookmarking for bash ubuntu linux bash Directory Directory bookmarking for bash Is there any directory bookmarking utility for bash to allow move around faster on the command line?
[ 0.0034942626953125, 0.0006561279296875, 0.01556396484375, 0.015869140625, 0.0142822265625, 0.0189208984375, -0.00213623046875, 0.0234375, 0.00042724609375, 0.00634765625, -0.024658203125, 0.033203125, 0.0081787109375, 0.017333984375, -0.0118408203125, -0.004425048828125, -0.018188476...
[ 31068, 53, 137081, 214, 100, 87109, 198996, 11508, 6077, 2685, 2499, 14364, 19537, 939, 63769, 25813, 10932, 4271, 56, 98, 75101, 13315 ]
[ 0.173095703125, 0.14697265625, 0.2059326171875, 0.1246337890625, 0.08868408203125, 0.2147216796875, 0.115234375, 0.03759765625, 0.007293701171875, 0.015838623046875, 0.051177978515625, 0.1566162109375, 0.134033203125, 0.116455078125, 0.080322265625, 0.1226806640625, 0.10986328125, ...
embed
32843673_c1
32843673
bash
1
| bc -l);}1' file awk -F',' -v OFS="," '{$1;$2=printf "%.1f\n","1023630/ln(10000/$2)/(3435/ln(10000/$2)-298)";$3=printf "%.1f\n","1023630/ln(10000/$2)/(3435/ln(10000/$3)-298)";}1' file Any hint or help, what am I missing? Thanks. Code signals: Float, IFS, abcdtemp.csv, OFS
| bc -l);}1' file awk -F',' -v OFS="," '{$1;$2=printf "%.1f\n","1023630/ln(10000/$2)/(3435/ln(10000/$2)-298)";$3=printf "%.1f\n","1023630/ln(10000/$2)/(3435/ln(10000/$3)-298)";}1' file Any hint or help, what am I missing? Thanks. Code signals: Float, IFS, abcdtemp.csv, OFS
[ 0.0020294189453125, -0.01287841796875, -0.007568359375, 0.003814697265625, 0.023681640625, 0.0157470703125, 0.0260009765625, -0.0057373046875, 0.01287841796875, 0.031005859375, -0.00555419921875, 0.0281982421875, 0.01141357421875, -0.004180908203125, -0.0033416748046875, -0.02221679687...
[ 6, 58745, 65037, 20, 141, 3142, 8152, 418, 25, 11435, 10, 434, 92, 919, 334, 180, 36381, 4369, 74, 304, 1369, 35662, 420, 3949, 830, 49150, 8659, 1197, 19, 191281, 10461, 86827, 123141, 5428, 125435, 363, 5, 64, 21320, 28541, 5122, 70...
[ 0.015869140625, 0.08837890625, 0.205322265625, 0.084716796875, 0.1016845703125, 0.1207275390625, 0.1044921875, 0.074951171875, 0.1162109375, 0.25048828125, 0.0250091552734375, 0.151123046875, 0.155517578125, 0.1522216796875, 0.211669921875, 0.1217041015625, 0.248779296875, 0.029235...
embed
19336490_c0
19336490
bash
0
Title: Entering directory through unix bash script issue Problem title: Entering directory through unix bash script issue Tags: unix, shell, bash Problem: Entering directory through unix bash script issue Code signals: Entering, out.txt, prob1, problem2, README, cfb43, cs265
Entering directory through unix bash script issue Entering directory through unix bash script issue unix shell bash Entering out.txt prob1 problem2 README cfb43 cs265 Entering directory through unix bash script issue Be aware that this code i'm about to post is purposefully not perfect and will not work should there be...
[ 0.0284423828125, -0.0035400390625, 0.004425048828125, 0.01458740234375, -0.01263427734375, 0.005218505859375, -0.00860595703125, 0.0179443359375, 0.006439208984375, 0.008544921875, -0.01300048828125, 0.031982421875, -0.01116943359375, 0.01214599609375, -0.006988525390625, -0.0022430419...
[ 357, 33558, 14364, 53, 8305, 51, 4084, 87109, 26499, 31089, 128019, 1810, 124326, 43011, 2967, 188300, 10611, 11548, 20763, 161125, 107419, 18151, 1672, 60042, 15787, 4488, 7986, 11435, 4393, 12765, 27489, 7440, 2101, 185580, 132055, 177917, 33...
[ 0.1746826171875, 0.157958984375, 0.1490478515625, 0.0914306640625, 0.1531982421875, 0.092529296875, 0.11474609375, 0.1939697265625, 0.239990234375, 0.162353515625, 0.1558837890625, 0.180419921875, 0.2169189453125, 0.112548828125, 0.0958251953125, 0.023193359375, 0.08050537109375, 0...
embed
26529255_c0
26529255
bash
0
Title: Replacing bash arrays and C-style for loops in POSIX sh Problem title: Replacing bash arrays and C-style for loops in POSIX sh Tags: sh, bash Problem: Replacing bash arrays and C-style for loops in POSIX sh Code signals: Replacing, C-style, POSIX, orig.sh, Syntax, Bad
Replacing bash arrays and C-style for loops in POSIX sh Replacing bash arrays and C-style for loops in POSIX sh sh bash Replacing C-style POSIX orig.sh Syntax Bad Replacing bash arrays and C-style for loops in POSIX sh I want to convert following bash code in pure shell script (sh) language so that it should run by oth...
[ 0.0008392333984375, 0.0101318359375, 0.0002765655517578125, 0.02392578125, -0.00182342529296875, -0.00811767578125, 0.0157470703125, 0.0030364990234375, -0.0096435546875, 0.01507568359375, 0.003814697265625, 0.05810546875, -0.017578125, -0.014892578125, -0.00109100341796875, -0.0161132...
[ 853, 133266, 214, 87109, 10298, 4778, 136, 313, 9, 40946, 100, 40956, 7, 23, 54602, 21487, 7547, 36, 10384, 1495, 19010, 86531, 12745, 3444, 96760, 25632, 18151, 34166, 128019, 26499, 46876, 11675, 13736, 381, 127, 36917, 5885, 8305, 18499,...
[ 0.07537841796875, 0.1668701171875, 0.006591796875, 0.1834716796875, 0.15185546875, 0.1239013671875, 0.0472412109375, 0.10693359375, 0.03497314453125, 0.246826171875, 0.10504150390625, 0.2200927734375, 0.00592041015625, 0.03399658203125, 0.171142578125, 0.198486328125, 0.18701171875, ...
embed
20868959_c0
20868959
bash
0
Title: How to find unused variables? Problem title: How to find unused variables? Tags: sh, bash, debugging, lint Problem: How to find unused variables? How to scan a bash script (or a list of scripts), and detect which variables were defined but never read? Code signals: How
How to find unused variables? How to find unused variables? sh bash debugging lint How How to find unused variables? How to scan a bash script (or a list of scripts), and detect which variables were defined but never read?
[ 0.0020751953125, 0.020263671875, -0.006072998046875, 0.01129150390625, -0.0177001953125, -0.007537841796875, -0.00046539306640625, 0.005645751953125, -0.01043701171875, 0.01312255859375, -0.0024261474609375, 0.002899169921875, 0.006011962890625, 0.0185546875, 0.006378173828125, 0.00677...
[ 11249, 47, 7413, 51, 33740, 77336, 7, 7547, 87109, 8, 978, 36659, 11508, 18, 44954, 26499, 5303, 96391, 61924, 1284, 8306, 12301 ]
[ 0.08343505859375, 0.058624267578125, 0.150634765625, 0.124755859375, 0.2003173828125, 0.249267578125, 0.0931396484375, 0.1102294921875, 0.14599609375, 0.10296630859375, 0.1177978515625, 0.0187835693359375, 0.09820556640625, 0.070556640625, 0.129150390625, 0.136474609375, 0.0192565917...
embed
47966364_c0
47966364
bash
0
Title: Bash, syntax error: &#x27;elif&#x27; unexpected after elif line Problem title: Bash, syntax error: &#x27;elif&#x27; unexpected after elif line Tags: if-statement, bash Problem: Bash, syntax error: 'elif' unexpected after elif line Code signals: Bash, init.d, Done, Swap
Bash, syntax error: &#x27;elif&#x27; unexpected after elif line Bash, syntax error: &#x27;elif&#x27; unexpected after elif line if-statement bash Bash init.d Done Swap Bash, syntax error: 'elif' unexpected after elif line I googling about an hour to find why my bash script is error and i feel my brain is ready to explo...
[ -0.01409912109375, 0.0103759765625, -0.009521484375, 0.0087890625, 0.01446533203125, 0.00109100341796875, 0.0003681182861328125, 0.0203857421875, -0.00946044921875, 0.04150390625, -0.0213623046875, 0.054931640625, -0.0024261474609375, 0.001800537109375, -0.01348876953125, 0.00158691406...
[ 144334, 6002, 86531, 18499, 3768, 13, 28574, 241957, 7103, 88, 3190, 13315, 2174, 61340, 87109, 217, 984, 86, 43062, 254, 25, 1663, 2069, 56816, 7413, 15400, 26499, 83, 12319, 759, 78574, 43542, 24649, 112, 35166, 22936, 4358, 1284, 99 ]
[ 0.2017822265625, 0.1007080078125, 0.1781005859375, 0.19189453125, 0.09246826171875, 0.0838623046875, 0.2471923828125, 0.236572265625, 0.155029296875, 0.10260009765625, 0.231201171875, 0.16943359375, 0.1763916015625, 0.10009765625, 0.184326171875, 0.052398681640625, 0.01336669921875, ...
embed
29744748_c0
29744748
bash
0
Title: Event not found error Problem title: Event not found error Tags: linux, bash Problem: Event not found error I am trying to execute the below command. ssh node1 "nohup sleep 66 &; echo $!" But I am getting the error: -bash: !": event not found Code signals: Event, node1
Event not found error Event not found error linux bash Event node1 Event not found error I am trying to execute the below command. But I am getting the error:
[ -0.004791259765625, 0.026123046875, -0.0166015625, -0.002899169921875, -0.01556396484375, -0.0086669921875, 0.011962890625, 0.0089111328125, -0.0004673004150390625, -0.021728515625, -0.0191650390625, 0.002593994140625, 0.00677490234375, -0.00579833984375, -0.0091552734375, -0.013061523...
[ 36943, 959, 14037, 18499, 11508, 6077, 87109, 110, 112, 418, 31577, 71924, 35064, 75101, 4966, 20949 ]
[ 0.263916015625, 0.1494140625, 0.160888671875, 0.1856689453125, 0.02825927734375, 0.023193359375, 0.1268310546875, 0.145263671875, 0.14501953125, 0.08294677734375, 0.12359619140625, 0.1148681640625, 0.10955810546875, 0.1962890625, 0.01068115234375, 0.0198974609375 ]
embed
40562408_c0
40562408
bash
0
Title: awk/sed to compare first column and add in subsequent lines in one row Problem title: awk/sed to compare first column and add in subsequent lines in one row Tags: multiple-columns, bash, row Problem: awk/sed to compare first column and add in subsequent lines in one row
awk/sed to compare first column and add in subsequent lines in one row awk/sed to compare first column and add in subsequent lines in one row multiple-columns bash row awk/sed to compare first column and add in subsequent lines in one row I have following contents in a file What I would like to do is compare the fist c...
[ -0.0011444091796875, 0.0030364990234375, 0.00213623046875, 0.0247802734375, -0.017333984375, -0.00482177734375, 0.036865234375, 0.032958984375, 0.00213623046875, 0.0303955078125, 0.00421142578125, 0.052001953125, -0.0020294189453125, -0.0093994140625, -0.0279541015625, -0.0162353515625...
[ 10, 434, 92, 64, 5281, 47, 69101, 5117, 3365, 316, 19, 15190, 23, 221419, 124519, 1632, 15555, 136, 48716, 8447, 87109, 25632, 10941, 11435, 1884, 809, 271, 17489, 6032, 14858, 158, 33478, 76, 67, 3934, 77168, 104851, 140992, 4527, 51339,...
[ 0.02923583984375, 0.1263427734375, 0.1873779296875, 0.11328125, 0.244384765625, 0.0225372314453125, 0.20361328125, 0.1026611328125, 0.1263427734375, 0.131591796875, 0.0285491943359375, 0.1527099609375, 0.0965576171875, 0.09991455078125, 0.101318359375, 0.06365966796875, 0.15930175781...
embed
60483901_c0
60483901
bash
0
Title: Prepend then redirect Problem title: Prepend then redirect Tags: pipe, bash, io-redirection Problem: Prepend then redirect I want to redirect stderr to a file for logging purposes: 2>> "$logFile" How can I prepend the string "error: " to every line? Code signals: Prepend
Prepend then redirect Prepend then redirect pipe bash io-redirection Prepend Prepend then redirect I want to redirect stderr to a file for logging purposes: How can I prepend the string "error: " to every line?
[ 0.004608154296875, -0.001495361328125, -0.0079345703125, 0.017578125, -0.00116729736328125, 0.007171630859375, 0.006988525390625, -0.014404296875, -0.0052490234375, -0.01025390625, 0.000274658203125, 0.0032501220703125, 0.01904296875, 0.00445556640625, 0.02099609375, -0.01129150390625,...
[ 1914, 2278, 71, 7068, 456, 80581, 137158, 87109, 22995, 107, 936, 58994, 3444, 6138, 820, 42, 47, 11435, 100, 459, 36659, 60042, 11249, 831, 64503, 3611, 79315, 188800, 12, 11907, 13315 ]
[ 0.15478515625, 0.21923828125, 0.06988525390625, 0.0826416015625, 0.1153564453125, 0.2900390625, 0.2056884765625, 0.1416015625, 0.2081298828125, 0.03851318359375, 0.1463623046875, 0.08306884765625, 0.09326171875, 0.1259765625, 0.052825927734375, 0.1522216796875, 0.1033935546875, 0.1...
embed
22914126_c0
22914126
bash
0
Title: bash dateformat [date]T[time]Z to normal datetime Problem title: bash dateformat [date]T[time]Z to normal datetime Tags: sed, datetime, bash Problem: bash dateformat [date]T[time]Z to normal datetime Code signals: adress1, gmail.com, pri.com, adress2, othermail2, file.csv
bash dateformat [date]T[time]Z to normal datetime bash dateformat [date]T[time]Z to normal datetime sed datetime bash adress1 gmail.com pri.com adress2 othermail2 file.csv bash dateformat [date]T[time]Z to normal datetime I have a very ugly dateformat in this datatable: I wanted to change the dateformat from this [date...
[ 0.0023040771484375, 0.00927734375, -0.00860595703125, 0.0220947265625, 0.0172119140625, -0.0133056640625, -0.0037078857421875, 0.0458984375, 0.0022430419921875, 0.0089111328125, -0.0087890625, 0.041748046875, -0.01385498046875, 0.00677490234375, 0.0069580078125, -0.0086669921875, 0.0...
[ 87109, 5622, 51727, 17489, 618, 6032, 1511, 47, 3638, 1736, 10072, 7095, 494, 277, 3789, 2065, 304, 11435, 4439, 334, 4552, 75, 110608, 2053, 22819, 36663, 15549, 70, 1295, 903, 9384, 678, 1284, 76199, 4420, 14437, 111, 6528, 5915 ]
[ 0.2108154296875, 0.11572265625, 0.24609375, 0.1246337890625, 0.1180419921875, 0.169189453125, 0.141845703125, 0.103515625, 0.1229248046875, 0.1572265625, 0.0877685546875, 0.1114501953125, 0.1053466796875, 0.030517578125, 0.032958984375, 0.07958984375, 0.0186920166015625, 0.05978393...
embed
41941629_c0
41941629
bash
0
Title: Assign the output of awk to a specific column in a file Problem title: Assign the output of awk to a specific column in a file Tags: gawk, awk, bash Problem: Assign the output of awk to a specific column in a file Code signals: Assign, TCP, test.txt, google.com, yahoo.com
Assign the output of awk to a specific column in a file Assign the output of awk to a specific column in a file gawk awk bash Assign TCP test.txt google.com yahoo.com Assign the output of awk to a specific column in a file I have the following example output from a log file where im trying to get the reverse pointer re...
[ 0.00653076171875, -0.00238037109375, 0.0037078857421875, 0.0244140625, 0.0017547607421875, 0.01348876953125, 0.006195068359375, 0.0181884765625, -0.005157470703125, 0.05517578125, 0.017578125, 0.0179443359375, -0.000904083251953125, -0.003814697265625, -0.0220947265625, -0.020141601562...
[ 1301, 31304, 140992, 10, 434, 92, 47, 29458, 3365, 316, 19, 23, 11435, 914, 87109, 17854, 3034, 124326, 26484, 277, 43741, 111, 25632, 27781, 12684, 566, 31577, 2046, 39531, 184, 6275, 56, 115923, 8021, 49990, 361, 35064, 11675, 903, 7510...
[ 0.07818603515625, 0.25146484375, 0.2227783203125, 0.09320068359375, 0.2081298828125, 0.243896484375, 0.1300048828125, 0.1807861328125, 0.1260986328125, 0.1390380859375, 0.09033203125, 0.03564453125, 0.18212890625, 0.055694580078125, 0.1712646484375, 0.14599609375, 0.19287109375, 0....
embed
54061353_c2
54061353
bash
2
3252421, PRJNA269191, Nanjing, Agricultural, University, Complete, Genome, Newbler, Illumina, Miseq, Roche, Junior, GCA_001900635.1, ASM301855v1, SAMN08579596, PRJNA218110, CDC, HGAP, PacBio, ASM330895v1, SAMN09534373, ASM, ordered_lines_per_genome.csv, assembly_report_table.csv
3252421, PRJNA269191, Nanjing, Agricultural, University, Complete, Genome, Newbler, Illumina, Miseq, Roche, Junior, GCA_001900635.1, ASM301855v1, SAMN08579596, PRJNA218110, CDC, HGAP, PacBio, ASM330895v1, SAMN09534373, ASM, ordered_lines_per_genome.csv, assembly_report_table.csv
[ -0.018310546875, 0.0021514892578125, 0.00421142578125, 0.034423828125, 0.0026702880859375, 0.00262451171875, 0.0185546875, -0.0179443359375, 0.0030059814453125, 0.03173828125, 0.006805419921875, -0.005706787109375, -0.013916015625, -0.00115203857421875, -0.00811767578125, 0.00885009765...
[ 112467, 2357, 3117, 4, 10865, 1375, 6691, 4046, 12183, 37226, 91577, 40612, 93782, 12535, 168318, 52597, 13, 2356, 42108, 891, 98523, 141668, 864, 128359, 41921, 527, 13133, 454, 34479, 20543, 15748, 156627, 62, 18148, 122367, 136462, 334, 41...
[ 0.17041015625, 0.1444091796875, 0.143310546875, 0.05841064453125, 0.09417724609375, 0.0826416015625, 0.1866455078125, 0.142333984375, 0.1619873046875, 0.1527099609375, 0.221435546875, 0.139892578125, 0.1893310546875, 0.15380859375, 0.24462890625, 0.1634521484375, 0.11279296875, 0.1...
embed
72216298_c0
72216298
bash
0
Title: math on second column of two files Problem title: math on second column of two files Tags: math, loops, bash, awk Problem: math on second column of two files Code signals: foo.txt, QGP, TGP, KGP, DGA, PGP, KGD, QGE, TGD, DGS, TGA, bar.txt, foo.txt$column2, bar.txt$column2
math on second column of two files math on second column of two files math loops bash awk foo.txt QGP TGP KGP DGA PGP KGD QGE TGD DGS TGA bar.txt foo.txt$column2 bar.txt$column2 math on second column of two files I have two files, Column 1 is identical in both files. I need to do a mathematical operation like so, and o...
[ 0.0201416015625, -0.0159912109375, -0.0203857421875, 0.01055908203125, -0.007049560546875, 0.0283203125, 0.01318359375, 0.02783203125, 0.01031494140625, 0.0225830078125, 0.008544921875, 0.023681640625, -0.0250244140625, -0.0014190673828125, -0.0208740234375, -0.01416015625, -0.007568...
[ 48909, 98, 17932, 3365, 316, 19, 111, 6626, 102158, 40956, 87109, 10, 434, 92, 5775, 31, 124326, 2396, 32566, 14849, 88668, 11679, 34162, 1909, 5, 8447, 304, 233987, 106, 31943, 15044, 3871, 291, 140363, 70760, 41018, 1884, 221, 140992, 4...
[ 0.25146484375, 0.105712890625, 0.207275390625, 0.1605224609375, 0.1585693359375, 0.0648193359375, 0.0648193359375, 0.1492919921875, 0.196044921875, 0.16845703125, 0.124755859375, 0.0281219482421875, 0.1285400390625, 0.1756591796875, 0.0950927734375, 0.1173095703125, 0.148193359375, ...
embed
21070249_c0
21070249
bash
0
Title: Explanation of bash calculator code Problem title: Explanation of bash calculator code Tags: calculator, bash, shell, linux Problem: Explanation of bash calculator code Can someone explain me this bash code? read text && echo $text | bc -l Thanks! Code signals: Explanation
Explanation of bash calculator code Explanation of bash calculator code calculator bash shell linux Explanation Explanation of bash calculator code Can someone explain me this bash code? Thanks!
[ 0.0093994140625, 0.01165771484375, -0.0079345703125, 0.0220947265625, 0.013427734375, -0.009033203125, 0.0257568359375, -0.005828857421875, -0.000370025634765625, -0.004150390625, -0.0289306640625, 0.01318359375, -0.00860595703125, 0.0025634765625, 0.01092529296875, -0.032470703125, ...
[ 5443, 5868, 2320, 111, 87109, 154993, 18151, 128019, 11508, 6077, 6, 4171, 22008, 73342, 163, 903, 32, 22362, 38 ]
[ 0.08062744140625, 0.1884765625, 0.05535888671875, 0.0576171875, 0.243896484375, 0.2783203125, 0.2081298828125, 0.1717529296875, 0.08819580078125, 0.08416748046875, 0.0265350341796875, 0.053375244140625, 0.032928466796875, 0.1571044921875, 0.0601806640625, 0.05902099609375, 0.02754211...
embed
2239620_c0
2239620
bash
0
Title: Paste to codepad.org using bash or curl Problem title: Paste to codepad.org using bash or curl Tags: curl, pastebin, bash Problem: Paste to codepad.org using bash or curl How can I paste to codepad.org from the commandline using curl? Code signals: bash, Paste, codepad.org
Paste to codepad.org using bash or curl Paste to codepad.org using bash or curl curl pastebin bash bash Paste codepad.org Paste to codepad.org using bash or curl How can I paste to codepad.org from the commandline using curl?
[ 0.0159912109375, 0.0194091796875, 0.0023956298828125, 0.0159912109375, 0.01385498046875, 0.0078125, 0.0038909912109375, 0.00009441375732421875, -0.015869140625, -0.03125, -0.015869140625, -0.0218505859375, -0.0130615234375, 0.003509521484375, -0.016845703125, -0.0380859375, -0.006591...
[ 3805, 67, 47, 18151, 4299, 1478, 17368, 87109, 707, 9709, 141, 71099, 7568, 831, 1295, 75101, 2256 ]
[ 0.1807861328125, 0.149169921875, 0.14501953125, 0.1954345703125, 0.25732421875, 0.2030029296875, 0.0653076171875, 0.166259765625, 0.0222320556640625, 0.1693115234375, 0.1622314453125, 0.2354736328125, 0.1689453125, 0.0189666748046875, 0.01092529296875, 0.1507568359375, 0.116088867187...
embed
68006419_c0
68006419
bash
0
Title: Why is the upper output 2 rather than 6 but the other one is 3? Problem title: Why is the upper output 2 rather than 6 but the other one is 3? Tags: bash, echo, dollar-sign, terminal Problem: Why is the upper output 2 rather than 6 but the other one is 3? Code signals: Why
Why is the upper output 2 rather than 6 but the other one is 3? Why is the upper output 2 rather than 6 but the other one is 3? bash echo dollar-sign terminal Why Why is the upper output 2 rather than 6 but the other one is 3?
[ -0.0013580322265625, 0.0048828125, -0.00113677978515625, 0.01007080078125, 0.00151824951171875, 0.0179443359375, 0.0128173828125, 0.0224609375, 0.0244140625, 0.0458984375, -0.004608154296875, -0.0078125, 0.024169921875, 0.02978515625, 0.006317138671875, -0.00093841552734375, 0.007873...
[ 44084, 83, 1407, 56, 140992, 116, 43257, 3501, 305, 1284, 138, 3789, 87109, 28, 3089, 15437, 9, 31304, 33949 ]
[ 0.15283203125, 0.07196044921875, 0.1407470703125, 0.13330078125, 0.25634765625, 0.1375732421875, 0.09246826171875, 0.0328369140625, 0.1341552734375, 0.051300048828125, 0.17236328125, 0.032135009765625, 0.1409912109375, 0.004547119140625, 0.1671142578125, 0.22900390625, 0.035400390625...
embed
28311589_c0
28311589
bash
0
Title: Why is my &quot;at&quot; command in terminal not functioning? Problem title: Why is my &quot;at&quot; command in terminal not functioning? Tags: terminal, command-line, macos, bash Problem: Why is my "at" command in terminal not functioning? Code signals: Why, Tue, Feb, AST
Why is my &quot;at&quot; command in terminal not functioning? Why is my &quot;at&quot; command in terminal not functioning? terminal command-line macos bash Why Tue Feb AST Why is my "at" command in terminal not functioning? I'm trying to use echo "haha" | at 20:30 for instance to make my command execute in a few minut...
[ 0.0130615234375, 0.005645751953125, -0.0067138671875, 0.00103759765625, 0.000518798828125, 0.0147705078125, 0.007415771484375, 0.0093994140625, -0.0220947265625, 0.00555419921875, -0.0030670166015625, 0.01513671875, 0.01287841796875, 0.01129150390625, -0.004180908203125, -0.00029945373...
[ 44084, 83, 759, 41502, 257, 1230, 75101, 23, 33949, 959, 32354, 214, 2256, 291, 7840, 87109, 1371, 13, 43677, 48963, 58, 31577, 4527, 28, 3089, 35422, 58745, 99, 109495, 110527, 3249, 71924, 10846, 14633, 4966, 8306, 90, 44691 ]
[ 0.1365966796875, 0.065673828125, 0.064453125, 0.121337890625, 0.25732421875, 0.1529541015625, 0.2354736328125, 0.07244873046875, 0.26123046875, 0.1614990234375, 0.1739501953125, 0.094482421875, 0.049224853515625, 0.05950927734375, 0.166748046875, 0.144287109375, 0.130126953125, 0.0...
embed
34679079_c0
34679079
bash
0
Title: How to sort the range of duplicated data in Shell Problem title: How to sort the range of duplicated data in Shell Tags: sed, grep, bash, shell, awk Problem: How to sort the range of duplicated data in Shell Code signals: How, Shell, Entries1, BEGIN, END, Entries2, Entries3
How to sort the range of duplicated data in Shell How to sort the range of duplicated data in Shell sed grep bash shell awk How Shell Entries1 BEGIN END Entries2 Entries3 How to sort the range of duplicated data in Shell I have a list of values: As a result I would like to get: Does anyone know about the simpliest way ...
[ -0.007415771484375, 0.00726318359375, -0.004119873046875, 0.0004558563232421875, -0.0098876953125, 0.00019550323486328125, 0.01470947265625, 0.00885009765625, 0.0167236328125, 0.03662109375, -0.03125, 0.05615234375, 0.0234375, 0.007537841796875, 0.01220703125, -0.014404296875, -0.000...
[ 11249, 47, 12096, 70, 37457, 111, 171763, 3674, 2053, 23, 108362, 1736, 3514, 254, 87109, 128019, 434, 92, 16511, 10484, 108526, 39015, 363, 5303, 142424, 16750, 1884, 2046, 3714, 112892, 525, 3917, 69307, 757, 1810, 33946, 26818, 977, 3095...
[ 0.07379150390625, 0.035064697265625, 0.2369384765625, 0.07257080078125, 0.2110595703125, 0.07562255859375, 0.2578125, 0.146484375, 0.171630859375, 0.0980224609375, 0.254638671875, 0.167236328125, 0.1309814453125, 0.09130859375, 0.1231689453125, 0.2110595703125, 0.05499267578125, 0....
embed
4023703_c0
4023703
bash
0
Title: Copy shell script output to clipboard Problem title: Copy shell script output to clipboard Tags: bash, shell Problem: Copy shell script output to clipboard Is there any easy way to implement the copy to clipboard option from the output of a shell script ? Code signals: Copy
Copy shell script output to clipboard Copy shell script output to clipboard bash shell Copy Copy shell script output to clipboard Is there any easy way to implement the copy to clipboard option from the output of a shell script ?
[ -0.004608154296875, -0.00160980224609375, -0.012451171875, 0.022216796875, -0.0107421875, -0.014404296875, 0.0157470703125, 0.001129150390625, -0.0106201171875, 0.01287841796875, -0.00811767578125, 0.0211181640625, 0.0108642578125, 0.02392578125, -0.0035247802734375, -0.00909423828125,...
[ 146930, 128019, 26499, 140992, 47, 34196, 24351, 87109, 23468, 3917, 29479, 43658, 35829 ]
[ 0.151611328125, 0.1885986328125, 0.203125, 0.1729736328125, 0.1435546875, 0.154296875, 0.2081298828125, 0.10662841796875, 0.0958251953125, 0.0291290283203125, 0.138427734375, 0.1768798828125, 0.14892578125 ]
embed
70547951_c0
70547951
bash
0
Title: Case doesn&#x27;t work when examining tail output Problem title: Case doesn&#x27;t work when examining tail output Tags: tail, pihole, glob, case, bash Problem: Case doesn't work when examining tail output Code signals: Case, pihole.log, pihole_test.sh, Jan, play.google.com
Case doesn&#x27;t work when examining tail output Case doesn&#x27;t work when examining tail output tail pihole glob case bash Case pihole.log pihole_test.sh Jan play.google.com Case doesn't work when examining tail output I can't find the reasons why my case statement doesn't work when looking tail output. This always...
[ 0.0260009765625, 0.0233154296875, -0.00604248046875, 0.0137939453125, -0.003265380859375, -0.004119873046875, 0.019287109375, -0.01043701171875, -0.00104522705078125, 0.05029296875, 0.00909423828125, -0.006591796875, 0.0203857421875, -0.005340576171875, 0.01007080078125, -0.01721191406...
[ 43731, 22027, 3768, 18, 4488, 3229, 42276, 14653, 46741, 140992, 2147, 70919, 32363, 7225, 87109, 4867, 6954, 1495, 3342, 11301, 59875, 7413, 89397, 15400, 63805, 16487, 11343, 30646, 438, 14858, 38, 6, 79315, 23, 3650, 73, 7077 ]
[ 0.301513671875, 0.0745849609375, 0.07958984375, 0.110107421875, 0.171142578125, 0.055755615234375, 0.1541748046875, 0.1004638671875, 0.27392578125, 0.25146484375, 0.152587890625, 0.251953125, 0.16357421875, 0.265869140625, 0.1641845703125, 0.1483154296875, 0.173583984375, 0.1040039...
embed
49352667_c0
49352667
bash
0
Title: remove &#x27;,&#x27; from ip list Problem title: remove &#x27;,&#x27; from ip list Tags: sed, awk, bash Problem: remove ',' from ip list intput : iprange1, iprange2 iprange3 iprange4 output : iprange1 iprange2 iprange3 iprange4 I have no clue how to do that. Code signals: ip
remove &#x27;,&#x27; from ip list remove &#x27;,&#x27; from ip list sed awk bash ip remove ',' from ip list intput : iprange1, iprange2 iprange3 iprange4 output : iprange1 iprange2 iprange3 iprange4 I have no clue how to do that.
[ -0.01434326171875, -0.0024566650390625, -0.004669189453125, 0.03125, 0.00087738037109375, -0.00958251953125, 0.006378173828125, 0.02001953125, 0.0012664794921875, 0.047607421875, -0.01519775390625, 0.03369140625, 0.01171875, -0.0142822265625, -0.00543212890625, -0.00927734375, 0.0245...
[ 87388, 6, 54764, 3768, 4, 1295, 17, 254, 5303, 1736, 10, 434, 92, 87109, 242, 25, 18, 7077, 94250, 418, 304, 363, 617, 140992, 110, 29786, 3642, 54, 450 ]
[ 0.25537109375, 0.0209503173828125, 0.01275634765625, 0.1533203125, 0.15576171875, 0.178466796875, 0.06097412109375, 0.1766357421875, 0.2281494140625, 0.2142333984375, 0.030853271484375, 0.15576171875, 0.1676025390625, 0.1964111328125, 0.0194244384765625, 0.00006103515625, 0.084106445...
embed
9458570_c1
9458570
bash
1
276, Interrupt:27, Base, address:0x4000, eth2, addr:192.168.1.152, Bcast:192.168.1.255, Mask:255.255.255.0, inet6, fa81::216:baff:de1b:91cc, Scope:Link, RUNNING, packets:2307478, errors:15, frame:18469924, packets:1924909, errors:527, bytes:2475924284, bytes:996430577, Interrupt:23
276, Interrupt:27, Base, address:0x4000, eth2, addr:192.168.1.152, Bcast:192.168.1.255, Mask:255.255.255.0, inet6, fa81::216:baff:de1b:91cc, Scope:Link, RUNNING, packets:2307478, errors:15, frame:18469924, packets:1924909, errors:527, bytes:2475924284, bytes:996430577, Interrupt:23
[ 0.00927734375, -0.027587890625, 0.0068359375, 0.008544921875, 0.003936767578125, -0.002288818359375, -0.009765625, -0.0062255859375, 0.03271484375, 0.033935546875, 0.005340576171875, -0.00147247314453125, 0.007781982421875, -0.0250244140625, 0.021484375, 0.004180908203125, -0.0092773...
[ 1438, 910, 4, 5337, 9167, 18, 27592, 44978, 29823, 53861, 425, 68037, 82, 127, 304, 15190, 42, 23988, 5442, 93657, 12744, 335, 55741, 135455, 19974, 12, 2588, 187461, 23, 126, 1071, 13556, 25619, 402, 4902, 112, 12183, 10060, 182783, 13, ...
[ 0.18798828125, 0.259521484375, 0.09576416015625, 0.116943359375, 0.2054443359375, 0.080322265625, 0.1480712890625, 0.269287109375, 0.19580078125, 0.0243988037109375, 0.072998046875, 0.2412109375, 0.0799560546875, 0.107421875, 0.1427001953125, 0.091064453125, 0.0860595703125, 0.0543...
embed
54302791_c0
54302791
bash
0
Title: Nested function in Bash: why does return stop parent function? Problem title: Nested function in Bash: why does return stop parent function? Tags: bash Problem: Nested function in Bash: why does return stop parent function? Code signals: Nested, Bash, test_ok, Error, test_nok
Nested function in Bash: why does return stop parent function? Nested function in Bash: why does return stop parent function? bash Nested Bash test_ok Error test_nok Nested function in Bash: why does return stop parent function? I would expect that the return 1 in function test_nok only exits the nested function { echo...
[ -0.0024261474609375, 0.0203857421875, 0.0025482177734375, 0.006439208984375, 0.00830078125, 0.01287841796875, -0.001434326171875, -0.0030059814453125, 0.0169677734375, 0.009765625, -0.0137939453125, 0.01611328125, -0.00909423828125, 0.040771484375, 0.034423828125, -0.025390625, 0.028...
[ 28701, 71, 32354, 144334, 15400, 30646, 7279, 49129, 87109, 3034, 685, 212059, 38792, 23, 14602, 41206, 106, 4734, 82230, 8512, 3089, 18468, 31611, 7986, 6626, 75101, 71924, 10617, 959, 29568, 100231, 83, 297, 6183, 18151, 615, 123166, 28219,...
[ 0.2373046875, 0.1123046875, 0.1685791015625, 0.1611328125, 0.1378173828125, 0.1900634765625, 0.1812744140625, 0.186767578125, 0.116455078125, 0.1607666015625, 0.171875, 0.1334228515625, 0.2320556640625, 0.00567626953125, 0.01348876953125, 0.03424072265625, 0.05438232421875, 0.00244...
embed
74279811_c0
74279811
bash
0
Title: Bash Comparing Time Stamps Problem title: Bash Comparing Time Stamps Tags: bash Problem: Bash Comparing Time Stamps Code signals: Bash, Comparing, Time, Stamps, Variables, NOW, MINUS, VALUEFILES, check_time_stamp_values, Date, time.txt, f.yaml, Tue, Nov, values.yaml, Wed, Oct
Bash Comparing Time Stamps Bash Comparing Time Stamps bash Bash Comparing Time Stamps Variables NOW MINUS VALUEFILES check_time_stamp_values Date time.txt f.yaml Tue Nov values.yaml Wed Oct Bash Comparing Time Stamps I have bash script, where I'm looking at the git log of a file, and basically if the timestamp in the f...
[ 0.0152587890625, 0.0050048828125, 0.0054931640625, 0.0024871826171875, -0.005767822265625, -0.0262451171875, 0.00750732421875, 0.0162353515625, -0.0027923583984375, 0.031982421875, -0.0093994140625, 0.0361328125, -0.006134033203125, -0.0159912109375, -0.004241943359375, -0.01611328125,...
[ 144334, 113307, 214, 19055, 159703, 87109, 111477, 110753, 228860, 294, 55991, 37066, 22724, 12765, 6032, 590, 2676, 27494, 25512, 1733, 124326, 1238, 14520, 141, 1371, 15360, 142424, 1401, 33649, 26499, 16487, 62270, 12684, 11435, 2174, 117396, ...
[ 0.15673828125, 0.165283203125, 0.0208740234375, 0.121337890625, 0.1895751953125, 0.1845703125, 0.1334228515625, 0.05487060546875, 0.210205078125, 0.12548828125, 0.1148681640625, 0.0673828125, 0.108154296875, 0.16552734375, 0.1329345703125, 0.1378173828125, 0.181884765625, 0.1055297...
embed
27239183_c0
27239183
bash
0
Title: how to center script output in the middle of the screen? Problem title: how to center script output in the middle of the screen? Tags: bash Problem: how to center script output in the middle of the screen? Code signals: color2, RANDOM, hour_binary, minute_binary, second_binary
how to center script output in the middle of the screen? how to center script output in the middle of the screen? bash color2 RANDOM hour_binary minute_binary second_binary how to center script output in the middle of the screen? Here i have a binary clock which outputs binary clock in 16 different colors and i am tryi...
[ 0.01611328125, -0.01165771484375, -0.01123046875, 0.0111083984375, -0.00347900390625, -0.0045166015625, 0.01361083984375, -0.001190185546875, 0.00115203857421875, 0.0225830078125, -0.02734375, 0.00003910064697265625, 0.007781982421875, 0.00531005859375, -0.003997802734375, -0.009338378...
[ 3642, 47, 27585, 26499, 140992, 23, 86991, 111, 49119, 87109, 10576, 304, 30174, 127214, 56816, 19155, 1294, 15393, 17932, 11853, 2394, 6635, 501, 21135, 611, 12921, 104988, 31577, 3249, 108975, 1284, 45767, 54, 157666, 22936 ]
[ 0.08551025390625, 0.0596923828125, 0.245849609375, 0.253662109375, 0.2169189453125, 0.08447265625, 0.1990966796875, 0.10455322265625, 0.14453125, 0.16650390625, 0.1258544921875, 0.087158203125, 0.0970458984375, 0.1248779296875, 0.1392822265625, 0.08892822265625, 0.019287109375, 0.1...
embed
10987273_c0
10987273
bash
0
Title: remove column and insert numbers Problem title: remove column and insert numbers Tags: bash, insert, replace Problem: remove column and insert numbers Code signals: ab2.pdb.101, ab2.pdb.109, ab2.pdb.126, ab2.pdb.127, ab2.pdb.13, ab2.pdb.187, ab2.pdb.188, REMARK, PDB, ATOM, ALA
remove column and insert numbers remove column and insert numbers bash insert replace ab2.pdb.101 ab2.pdb.109 ab2.pdb.126 ab2.pdb.127 ab2.pdb.13 ab2.pdb.187 ab2.pdb.188 REMARK PDB ATOM ALA remove column and insert numbers I am working in linux bash environment, and I have many files to edit, 900 or so. In one file,file...
[ -0.00689697265625, 0.000423431396484375, -0.033203125, 0.059326171875, -0.004425048828125, 0.0211181640625, -0.01544189453125, 0.0038299560546875, 0.007049560546875, 0.00982666015625, -0.01446533203125, 0.0179443359375, -0.0027008056640625, -0.005279541015625, -0.0101318359375, -0.0236...
[ 87388, 3365, 316, 19, 136, 183540, 101935, 87109, 91995, 1563, 5442, 254, 48073, 35046, 106000, 77344, 133249, 2681, 5, 112511, 125662, 436, 39463, 117032, 19696, 20697, 11508, 6077, 65998, 765, 5941, 102158, 47, 27211, 18351, 1632, 11435, 29...
[ 0.2081298828125, 0.1806640625, 0.1827392578125, 0.06829833984375, 0.11376953125, 0.244384765625, 0.2325439453125, 0.1820068359375, 0.171142578125, 0.1270751953125, 0.099365234375, 0.005706787109375, 0.1859130859375, 0.1549072265625, 0.115234375, 0.0965576171875, 0.04473876953125, 0...
embed
40365588_c0
40365588
bash
0
Title: grep for a pattern in each line Problem title: grep for a pattern in each line Tags: bash, sed, grep, linux Problem: grep for a pattern in each line Code signals: www.example.com, B000742278U3, B000742278U3.m3u8, B000742279U3, B000742279U3.m3u8, B000742280U3, B000742280U3.m3u8
grep for a pattern in each line grep for a pattern in each line bash sed grep linux www.example.com B000742278U3 B000742278U3.m3u8 B000742279U3 B000742279U3.m3u8 B000742280U3 B000742280U3.m3u8 grep for a pattern in each line I have a large file with the below URLs and want to create different directories for each URL i...
[ -0.0009918212890625, 0.01904296875, -0.01519775390625, 0.01116943359375, -0.018798828125, -0.0089111328125, 0.022705078125, 0.036376953125, 0.01519775390625, 0.013671875, -0.007720947265625, 0.0027923583984375, -0.0081787109375, 0.0037689208984375, -0.0189208984375, 0.0247802734375, ...
[ 3514, 254, 100, 10, 103510, 23, 12638, 13315, 87109, 1736, 11508, 6077, 3355, 11, 33209, 277, 9508, 184376, 121489, 363, 116518, 88628, 21334, 11435, 35064, 31862, 3444, 28282, 12921, 14364, 3387, 26499, 107730, 140992, 37842, 75101, 69427, 1...
[ 0.24072265625, 0.1754150390625, 0.1456298828125, 0.06536865234375, 0.286865234375, 0.11083984375, 0.1820068359375, 0.17626953125, 0.1456298828125, 0.1690673828125, 0.084716796875, 0.0816650390625, 0.0577392578125, 0.10107421875, 0.1143798828125, 0.0010986328125, 0.110595703125, 0.0...
embed
53916915_c2
53916915
bash
2
All, Rights, Reserved, Rapid, Henri, Torgemane, this.length, Some, Just, a-0x80000000, b-1, shl1, b-0x80000000, Here, S11, S12, S13, S14, S21, S22, S23, S24, S31, S32, S33, S34, S41, S42, S43, S44, Round, digestBits.length, End, hexa_h, hexa_c, hexa_m, hexa_i, hexa_h.charAt, Math.abs
All, Rights, Reserved, Rapid, Henri, Torgemane, this.length, Some, Just, a-0x80000000, b-1, shl1, b-0x80000000, Here, S11, S12, S13, S14, S21, S22, S23, S24, S31, S32, S33, S34, S41, S42, S43, S44, Round, digestBits.length, End, hexa_h, hexa_c, hexa_m, hexa_i, hexa_h.charAt, Math.abs
[ -0.017333984375, 0.00738525390625, -0.00177001953125, 0.00823974609375, 0.00115966796875, -0.00701904296875, 0.0234375, 0.021240234375, 0.005706787109375, 0.04248046875, 0.0191650390625, 0.005706787109375, -0.017822265625, 0.01348876953125, 0.01104736328125, -0.01348876953125, -0.001...
[ 3164, 4, 38927, 62713, 105031, 80640, 6653, 429, 47338, 903, 5, 23986, 927, 31384, 9563, 10, 23320, 425, 4836, 197094, 876, 5759, 91, 8266, 418, 11853, 159, 1662, 1530, 2681, 2592, 3117, 4015, 3742, 2357, 5016, 6460, 9185, 10289, 8894, ...
[ 0.2333984375, 0.06781005859375, 0.270263671875, 0.269775390625, 0.298583984375, 0.25927734375, 0.1424560546875, 0.130615234375, 0.233154296875, 0.21630859375, 0.0865478515625, 0.1353759765625, 0.1251220703125, 0.1834716796875, 0.2022705078125, 0.10400390625, 0.123779296875, 0.09143...
embed
11372783_c0
11372783
bash
0
Title: How to grep -o without the -o Problem title: How to grep -o without the -o Tags: bash Problem: How to grep -o without the -o I've got BusyBox v1.01 providing my commands. Hence, -o is not included in the grep. How can I get grep -o behavior without the ... -o? Code signals: How
How to grep -o without the -o How to grep -o without the -o bash How How to grep -o without the -o I've got BusyBox v1.01 providing my commands. Hence, -o is not included in the grep. How can I get grep -o behavior without the ... -o?
[ -0.002532958984375, 0.006195068359375, -0.00885009765625, -0.00457763671875, -0.007080078125, 0.005859375, 0.0169677734375, 0.01544189453125, 0.0011138916015625, 0.01080322265625, -0.00830078125, 0.009033203125, -0.005523681640625, -0.018310546875, -0.00665283203125, -0.010009765625, ...
[ 11249, 47, 3514, 254, 20, 31, 15490, 87109, 70, 25852, 53, 72295, 81, 102107, 418, 101904, 75101, 83, 959, 99201, 2046, 123166 ]
[ 0.037933349609375, 0.050079345703125, 0.185546875, 0.173828125, 0.1329345703125, 0.221923828125, 0.1505126953125, 0.1619873046875, 0.010986328125, 0.104736328125, 0.07720947265625, 0.1942138671875, 0.02130126953125, 0.05853271484375, 0.040008544921875, 0.055267333984375, 0.1326904296...
embed
52882099_c1
52882099
bash
1
20140227, ATCGCACAGTAA, OSBS_047-M-22-36-20140227-gen, OSBS.087.41.M.40.21.20140227, GTCGTGTAGCCT, OSBS_087-M-40-21-20140227-gen, OSBS.048.21.M.5.11.20140227, AGCGGAGGTTAG, OSBS_048-M-5-11-20140227-gen, OSBS.119.39.M.27.5.20140227, ATCCTTTGGTTC, OSBS_119-M-27-5-20140227-gen, output.txt
40.21.20140227 GTCGTGTAGCCT OSBS_087-M-40-21-20140227-gen OSBS.048.21.M.5.11.20140227 AGCGGAGGTTAG OSBS_048-M-5-11-20140227-gen OSBS.119.39.M.27.5.20140227 ATCCTTTGGTTC OSBS_119-M-27-5-20140227-gen output.txt manipulating tab-delimited table within unix environment I have a tab-delimited .txt, map.txt file that looks l...
[ 0.00927734375, 0.015380859375, -0.00811767578125, 0.009033203125, 0.01708984375, 0.00933837890625, 0.00933837890625, 0.00677490234375, -0.0091552734375, 0.02197265625, 0.0216064453125, 0.016357421875, 0.01177978515625, -0.01019287109375, 0.011474609375, -0.013916015625, -0.0134277343...
[ 1112, 3117, 7360, 9550, 3768, 43448, 56367, 113438, 188226, 618, 11787, 20429, 8318, 594, 41734, 24589, 57247, 1409, 7709, 43900, 111339, 9323, 454, 50994, 140992, 124326, 45258, 1916, 20928, 112, 93343, 23180, 28032, 51, 4084, 65998, 22288, ...
[ 0.08349609375, 0.0682373046875, 0.1138916015625, 0.019561767578125, 0.13037109375, 0.0767822265625, 0.03753662109375, 0.035888671875, 0.14990234375, 0.0517578125, 0.113525390625, 0.1680908203125, 0.060577392578125, 0.052215576171875, 0.089599609375, 0.0772705078125, 0.0980224609375, ...
embed
58348689_c0
58348689
bash
0
Title: Adding an integer and a float Problem title: Adding an integer and a float Tags: bash, shell Problem: Adding an integer and a float How do I add a float and an integer in shell scripts? For example, the following throws an error: i=1; ((t=i+2.5)); echo "$t"; Code signals: Adding
Adding an integer and a float Adding an integer and a float bash shell Adding Adding an integer and a float How do I add a float and an integer in shell scripts? For example, the following throws an error:
[ -0.00531005859375, 0.009765625, -0.0157470703125, 0.00677490234375, 0.0042724609375, -0.0025177001953125, -0.0019989013671875, -0.01275634765625, -0.00087738037109375, -0.0115966796875, -0.01263427734375, -0.0002918243408203125, -0.0032958984375, 0.041259765625, 0.0130615234375, -0.020...
[ 62, 59725, 142, 892, 1505, 136, 10, 21917, 257, 87109, 128019, 11249, 54, 87, 15190, 23, 26499, 25632, 104250, 18499 ]
[ 0.11187744140625, 0.135498046875, 0.088623046875, 0.1566162109375, 0.2005615234375, 0.177734375, 0.10400390625, 0.2313232421875, 0.1832275390625, 0.16943359375, 0.2119140625, 0.0174102783203125, 0.033203125, 0.0142669677734375, 0.173583984375, 0.064453125, 0.2095947265625, 0.062866...
embed
36927236_c0
36927236
bash
0
Title: Find and Replace only numbers and 3rd number in the string using sed Problem title: Find and Replace only numbers and 3rd number in the string using sed Tags: sed, bash Problem: Find and Replace only numbers and 3rd number in the string using sed Code signals: sed, Find, Replace
Find and Replace only numbers and 3rd number in the string using sed Find and Replace only numbers and 3rd number in the string using sed sed bash sed Find Replace Find and Replace only numbers and 3rd number in the string using sed In a huge file i have port numbers like I just have to replace(only 3rd number) 3 with ...
[ -0.00830078125, -0.0024566650390625, -0.0228271484375, 0.0206298828125, -0.0031890869140625, 0.00927734375, 0.00714111328125, 0.0198974609375, 0.024658203125, 0.0255126953125, -0.01953125, 0.00153350830078125, 0.0206298828125, 0.006011962890625, 0.0020751953125, -0.00145721435546875, ...
[ 26040, 136, 853, 23935, 4734, 101935, 138, 4216, 14012, 23, 79315, 17368, 1736, 87109, 58696, 11435, 11469, 1884, 765, 91995, 191, 678, 190, 70, 179140, 16750, 37842, 756, 47, 2389, 15205, 758, 69307 ]
[ 0.1756591796875, 0.11181640625, 0.106689453125, 0.1883544921875, 0.154296875, 0.1954345703125, 0.2138671875, 0.204345703125, 0.1910400390625, 0.0260467529296875, 0.2098388671875, 0.08380126953125, 0.2275390625, 0.1734619140625, 0.055450439453125, 0.1380615234375, 0.16162109375, 0.0...
embed
33280517_c0
33280517
bash
0
Title: How to use time in shell script? Problem title: How to use time in shell script? Tags: shell, linux, bash Problem: How to use time in shell script? I have small shell script where I'm checking time I got same time whereas I'm using sleep for 10 sec. #!/bin/bash Code signals: How
How to use time in shell script? How to use time in shell script? shell linux bash How How to use time in shell script? I have small shell script where I'm checking time I got same time whereas I'm using sleep for 10 sec. output: output should be like this
[ -0.0069580078125, 0.015869140625, -0.00732421875, 0.00384521484375, -0.01287841796875, -0.030517578125, 0.00482177734375, 0.0201416015625, -0.0196533203125, -0.046142578125, -0.004150390625, 0.0255126953125, -0.0185546875, 0.0247802734375, -0.0135498046875, -0.005523681640625, 0.0045...
[ 11249, 47, 4527, 1733, 23, 128019, 26499, 11508, 6077, 87109, 19336, 175199, 4163, 5701, 17368, 60268, 100, 209, 19216, 140992, 5608, 1884, 903 ]
[ 0.0814208984375, 0.0997314453125, 0.15869140625, 0.2415771484375, 0.0986328125, 0.2125244140625, 0.2313232421875, 0.04632568359375, 0.05181884765625, 0.1483154296875, 0.050323486328125, 0.1375732421875, 0.0191192626953125, 0.04547119140625, 0.064453125, 0.1719970703125, 0.02725219726...
embed
19227926_c1
19227926
bash
1
10:40:14.171074 2013-10-07 10:40:14.171101 2013-10-07 10:40:14.171133 2013-10-07 10:40:14.171156 ... Somehow, the first row skipped the part after the timestamp, any one knows what I did wrong. Thank you! Code signals: datetime, AWK, Awww.abc.com, test.py, datetime.now, www.abc.com, x01
10:40:14.171074 2013-10-07 10:40:14.171101 2013-10-07 10:40:14.171133 2013-10-07 10:40:14.171156 ... Somehow, the first row skipped the part after the timestamp, any one knows what I did wrong. Thank you! Code signals: datetime, AWK, Awww.abc.com, test.py, datetime.now, www.abc.com, x01
[ 0.00016689300537109375, 0.01556396484375, 0.01239013671875, 0.0257568359375, -0.005096435546875, -0.0162353515625, -0.00004982948303222656, 0.024169921875, -0.008056640625, -0.0034637451171875, 0.0030059814453125, 0.00335693359375, -0.004852294921875, 0.0002079010009765625, -0.0244140625...
[ 209, 22932, 22635, 2489, 963, 16360, 1210, 52486, 8368, 123439, 35046, 125158, 155740, 153, 47251, 5117, 15555, 7158, 48398, 2831, 7103, 1733, 590, 2676, 2499, 1632, 93002, 87, 6777, 44691, 25689, 28864, 26073, 7, 5622, 6032, 131675, 605, 1...
[ 0.012359619140625, 0.06915283203125, 0.0765380859375, 0.053985595703125, 0.080322265625, 0.13232421875, 0.099365234375, 0.10693359375, 0.06927490234375, 0.043487548828125, 0.1380615234375, 0.1162109375, 0.174560546875, 0.0206298828125, 0.063720703125, 0.1051025390625, 0.239013671875,...
embed
27203297_c0
27203297
bash
0
Title: For a given and unique string how to find all corresponding strings Problem title: For a given and unique string how to find all corresponding strings Tags: uniq, sorting, bash, awk Problem: For a given and unique string how to find all corresponding strings Code signals: lun.txt
For a given and unique string how to find all corresponding strings For a given and unique string how to find all corresponding strings uniq sorting bash awk lun.txt For a given and unique string how to find all corresponding strings How do I list all devices for a given WWID, like below: I have tried using sort, uniq ...
[ -0.00457763671875, -0.009033203125, 0.01202392578125, -0.0152587890625, -0.0308837890625, -0.0164794921875, 0.0306396484375, -0.01092529296875, 0.0167236328125, 0.00335693359375, -0.01336669921875, 0.03369140625, 0.0167236328125, 0.00347900390625, -0.01312255859375, -0.0022430419921875...
[ 1326, 34475, 136, 36998, 79315, 3642, 7413, 756, 42518, 214, 7, 47, 51, 24496, 12096, 87109, 10, 434, 92, 12328, 124326, 5303, 128779, 100, 95162, 7146, 1884, 35064, 37842, 84434 ]
[ 0.046966552734375, 0.1419677734375, 0.0791015625, 0.2274169921875, 0.259765625, 0.0341796875, 0.1693115234375, 0.1646728515625, 0.1893310546875, 0.1168212890625, 0.04193115234375, 0.03106689453125, 0.0423583984375, 0.121337890625, 0.1680908203125, 0.1383056640625, 0.00030517578125, ...
embed
47623333_c0
47623333
bash
0
Title: AWK Script File : Combine 2 Commands Problem title: AWK Script File : Combine 2 Commands Tags: csv, bash, awk Problem: AWK Script File : Combine 2 Commands Code signals: AWK, Script, File, Combine, Commands, BEGIN, ARGV, END, AUS, Australia, CHN, China, script.awk, fileToRead.csv
AWK Script File : Combine 2 Commands AWK Script File : Combine 2 Commands csv bash awk AWK Script File Combine Commands BEGIN ARGV END AUS Australia CHN China script.awk fileToRead.csv AWK Script File : Combine 2 Commands I would like to combine these 2 commands : COMMAND 1: COMMAND 2: FILE TO READ: The first command i...
[ 0.00107574462890625, 0.013916015625, -0.006683349609375, 0.03369140625, 0.0067138671875, 0.0235595703125, 0.0155029296875, 0.0033111572265625, 0.008056640625, 0.02880859375, 0.004119873046875, 0.016845703125, 0.006072998046875, 0.00022125244140625, -0.0157470703125, -0.0196533203125, ...
[ 131675, 605, 84654, 42724, 106935, 86, 116, 123573, 20763, 334, 87109, 10, 434, 92, 108526, 75166, 39015, 98031, 28173, 14045, 9098, 26499, 15519, 11435, 7763, 31345, 4439, 1884, 70163, 75101, 31436, 13940, 13806, 15573, 563, 52099, 9926, 188...
[ 0.1630859375, 0.1700439453125, 0.215576171875, 0.179443359375, 0.1949462890625, 0.1231689453125, 0.14306640625, 0.234130859375, 0.06243896484375, 0.1636962890625, 0.104248046875, 0.001251220703125, 0.1395263671875, 0.150634765625, 0.0250396728515625, 0.1385498046875, 0.041748046875, ...
embed
57461849_c0
57461849
bash
0
Title: What does nested parenthese mean in bash? Problem title: What does nested parenthese mean in bash? Tags: bash Problem: What does nested parenthese mean in bash? What does this code do? set +e ( set -e "$@" ) ret=$? set -e I don't understand code in parentheses? Code signals: What
What does nested parenthese mean in bash? What does nested parenthese mean in bash? bash What What does nested parenthese mean in bash? What does this code do? I don't understand code in parentheses?
[ -0.01019287109375, 0.0135498046875, 0.006988525390625, 0.0223388671875, 0.0145263671875, 0.0301513671875, 0.01287841796875, 0.00970458984375, -0.004425048828125, 0.04150390625, -0.00958251953125, -0.0079345703125, -0.00469970703125, 0.0174560546875, -0.018310546875, -0.0024566650390625...
[ 4865, 14602, 8512, 71, 49129, 1106, 184, 29459, 23, 87109, 903, 18151, 54, 28219, 35412, 90 ]
[ 0.075927734375, 0.0855712890625, 0.220703125, 0.16015625, 0.1512451171875, 0.1781005859375, 0.1224365234375, 0.1348876953125, 0.080078125, 0.1981201171875, 0.0171966552734375, 0.12030029296875, 0.0572509765625, 0.0859375, 0.1300048828125, 0.0574951171875 ]
embed
65372380_c0
65372380
bash
0
Title: Remove duplicate lines repeating immediately ignoring the first field Problem title: Remove duplicate lines repeating immediately ignoring the first field Tags: uniq, bash, sorting Problem: Remove duplicate lines repeating immediately ignoring the first field Code signals: Remove
Remove duplicate lines repeating immediately ignoring the first field Remove duplicate lines repeating immediately ignoring the first field uniq bash sorting Remove Remove duplicate lines repeating immediately ignoring the first field I try to move from (stars are just here to indicate which lines I'm keeping) to I wan...
[ -0.021728515625, 0.00787353515625, -0.00714111328125, 0.00299072265625, -0.0101318359375, -0.01544189453125, 0.037109375, 0.01318359375, 0.002960205078125, -0.0211181640625, -0.029052734375, 0.06298828125, -0.00433349609375, 0.00726318359375, -0.0203857421875, 0.003509521484375, 0.02...
[ 181139, 171763, 67, 124519, 119140, 214, 109312, 47438, 5117, 44457, 51, 24496, 87109, 12096, 9790, 25813, 1295, 5613, 3688, 117414, 120260, 3444, 87388, 21115, 31943, 15490, 15426, 5622, 3714, 17932, 10750, 51588, 6528 ]
[ 0.1396484375, 0.235107421875, 0.128662109375, 0.23095703125, 0.2325439453125, 0.0321044921875, 0.1326904296875, 0.1573486328125, 0.056488037109375, 0.1761474609375, 0.035919189453125, 0.1175537109375, 0.1572265625, 0.1783447265625, 0.034759521484375, 0.0963134765625, 0.0782470703125,...
embed
54027210_c0
54027210
bash
0
Title: How to do math operations in a single column in bash and/or using awk? Problem title: How to do math operations in a single column in bash and/or using awk? Tags: math, awk, bash Problem: How to do math operations in a single column in bash and/or using awk? Code signals: awk, How
How to do math operations in a single column in bash and/or using awk? How to do math operations in a single column in bash and/or using awk? math awk bash awk How How to do math operations in a single column in bash and/or using awk? I have a column of several rows like this: and I need to end up with a file where: fi...
[ -0.0096435546875, -0.0128173828125, -0.00830078125, 0.01556396484375, -0.00848388671875, -0.006561279296875, 0.0263671875, 0.0157470703125, -0.00921630859375, 0.00787353515625, -0.00872802734375, 0.01513671875, -0.0186767578125, -0.0038909912109375, -0.031005859375, -0.017578125, -0....
[ 11249, 47, 54, 48909, 41018, 7, 23, 11001, 3365, 316, 19, 87109, 434, 92, 136, 17368, 10, 64, 40368, 15555, 1884, 3871, 3564, 1257, 11435, 5117, 12830, 387, 12477, 17932, 96362, 34292, 423, 50960, 142424, 201, 48413, 2967, 3642, 70, 283...
[ 0.0762939453125, 0.048828125, 0.1103515625, 0.24462890625, 0.2147216796875, 0.0894775390625, 0.097412109375, 0.1790771484375, 0.18701171875, 0.208740234375, 0.1529541015625, 0.2034912109375, 0.1422119140625, 0.200439453125, 0.022186279296875, 0.054046630859375, 0.029693603515625, 0...
embed
71705228_c3
71705228
bash
3
UNL 888 O SarsCov2_structure49R_nsp5holo_rep1.pdb #1.9/? GLN 189 2HE2 3.052 2.301 SarsCov2_structure49R_nsp5holo_rep1.pdb #1.10/? GLU 166 N Code signals: H-bonds, Constraints, Models, SarsCov2_structure49R_nsp5holo_rep1.pdb, D..A, D-H..A, ASN, ND2, UNL, GLU, HIS, NE2, THR, GLY, GLN, CYS
UNL 888 O SarsCov2_structure49R_nsp5holo_rep1.pdb #1.9/? GLN 189 2HE2 3.052 2.301 SarsCov2_structure49R_nsp5holo_rep1.pdb #1.10/? GLU 166 N Code signals: H-bonds, Constraints, Models, SarsCov2_structure49R_nsp5holo_rep1.pdb, D..A, D-H..A, ASN, ND2, UNL, GLU, HIS, NE2, THR, GLY, GLN, CYS
[ -0.0103759765625, 0.036376953125, -0.01251220703125, 0.037841796875, -0.01361083984375, 0.03125, 0.002655029296875, 0.01129150390625, 0.0030670166015625, 0.006805419921875, -0.0087890625, -0.021728515625, -0.001708984375, -0.00165557861328125, 0.0264892578125, -0.00811767578125, -0.0...
[ 8274, 866, 49543, 180, 7374, 7, 441, 515, 304, 137656, 12977, 1052, 7008, 758, 497, 365, 33581, 418, 48073, 41766, 92419, 527, 81795, 104736, 116, 19412, 17596, 12744, 122367, 963, 22335, 83348, 541, 28864, 26073, 12, 572, 9, 52869, 1657,...
[ 0.1422119140625, 0.15673828125, 0.26318359375, 0.1727294921875, 0.185546875, 0.075439453125, 0.10760498046875, 0.2076416015625, 0.141357421875, 0.1805419921875, 0.1658935546875, 0.0810546875, 0.08734130859375, 0.04107666015625, 0.0252227783203125, 0.123046875, 0.0970458984375, 0.00...
embed
72698317_c0
72698317
bash
0
Title: Special print in bash Problem title: Special print in bash Tags: bash Problem: Special print in bash I would like to print data format like this in bash shell. Can you suggest how to print the numbers out? Number= 1 Number= 10 Number= 100 Number= 1000 Code signals: Special, Number
Special print in bash Special print in bash bash Special Number Special print in bash I would like to print data format like this in bash shell. Can you suggest how to print the numbers out?
[ -0.00927734375, 0.01300048828125, -0.01202392578125, -0.0032501220703125, 0.00347900390625, 0.0067138671875, 0.0118408203125, 0.0230712890625, 0.003997802734375, 0.056640625, -0.0194091796875, -0.00836181640625, -0.0184326171875, 0.01287841796875, -0.0002956390380859375, 0.002578735351...
[ 25132, 28412, 23, 87109, 103332, 87, 2806, 1884, 2053, 9384, 903, 128019, 4171, 42459, 3642, 47, 70, 101935, 1810 ]
[ 0.2215576171875, 0.22705078125, 0.1063232421875, 0.2220458984375, 0.18603515625, 0.03717041015625, 0.05194091796875, 0.117919921875, 0.1282958984375, 0.1798095703125, 0.110595703125, 0.210693359375, 0.04559326171875, 0.114013671875, 0.061248779296875, 0.002197265625, 0.01324462890625...
embed
33029506_c0
33029506
bash
0
Title: bash- syntax error: operand expected- occurs after creating temp file Problem title: bash- syntax error: operand expected- occurs after creating temp file Tags: cat, stdin, bash Problem: bash- syntax error: operand expected- occurs after creating temp file Code signals: the, Usage
bash- syntax error: operand expected- occurs after creating temp file bash- syntax error: operand expected- occurs after creating temp file cat stdin bash the Usage bash- syntax error: operand expected- occurs after creating temp file So I am trying to loop through columns in a file to find the average and median... Th...
[ 0.0267333984375, 0.0159912109375, -0.0211181640625, 0.004974365234375, 0.0108642578125, 0.000018835067749023438, 0.000743865966796875, 0.0238037109375, 0.0032806396484375, 0.01708984375, -0.00147247314453125, -0.004302978515625, 0.00159454345703125, -0.005462646484375, 0.004302978515625,...
[ 87109, 9, 6002, 86531, 18499, 6264, 2208, 84751, 74918, 7103, 105233, 20805, 11435, 7515, 6138, 3035, 70166, 31577, 40956, 8305, 3365, 316, 1779, 7413, 83080, 136, 2450, 19, 43240, 5885, 15190, 40140, 17, 16093, 188800, 47, 1098, 100, 8447,...
[ 0.1810302734375, 0.037628173828125, 0.1016845703125, 0.150390625, 0.1689453125, 0.14404296875, 0.09222412109375, 0.2147216796875, 0.1129150390625, 0.1151123046875, 0.172607421875, 0.2198486328125, 0.15771484375, 0.152099609375, 0.09912109375, 0.15234375, 0.078369140625, 0.035339355...
embed
9833366_c0
9833366
bash
0
Title: Pausing and resuming a Bash script Problem title: Pausing and resuming a Bash script Tags: bash Problem: Pausing and resuming a Bash script Is there a way to pause a Bash script, then resume it another time, such as after the computer has been rebooted? Code signals: Pausing, Bash
Pausing and resuming a Bash script Pausing and resuming a Bash script bash Pausing Bash Pausing and resuming a Bash script Is there a way to pause a Bash script, then resume it another time, such as after the computer has been rebooted?
[ 0.0037841796875, 0.021728515625, -0.00311279296875, 0.0150146484375, 0.016845703125, -0.03173828125, 0.01318359375, 0.003570556640625, -0.01422119140625, 0.0113525390625, -0.011962890625, 0.02099609375, -0.006591796875, 0.03515625, 0.0089111328125, -0.00156402587890625, 0.00909423828...
[ 42172, 6953, 136, 68630, 214, 144334, 26499, 87109, 2685, 10, 3917, 47, 76968, 7068, 138755, 442, 15700, 1733, 7103, 13909, 1556, 2809, 456, 80765 ]
[ 0.2030029296875, 0.107177734375, 0.117919921875, 0.2076416015625, 0.057647705078125, 0.216796875, 0.2587890625, 0.1771240234375, 0.0380859375, 0.054443359375, 0.099853515625, 0.0947265625, 0.2296142578125, 0.058441162109375, 0.2388916015625, 0.0660400390625, 0.08685302734375, 0.125...
embed
21930093_c0
21930093
bash
0
Title: change the 2nd column from positive to negative and vice versa Problem title: change the 2nd column from positive to negative and vice versa Tags: unix, sed, bash, awk Problem: change the 2nd column from positive to negative and vice versa Code signals: positive, BEGIN, OFS, aa.txt
change the 2nd column from positive to negative and vice versa change the 2nd column from positive to negative and vice versa unix sed bash awk positive BEGIN OFS aa.txt change the 2nd column from positive to negative and vice versa How can i change the 2nd column from positive to negative and vice versa aa.txt Answer ...
[ -0.0031585693359375, -0.00173187255859375, 0.001220703125, 0.0233154296875, 0.0030517578125, 0.004425048828125, 0.037353515625, 0.00093841552734375, 0.0277099609375, 0.0400390625, 0.001708984375, 0.03564453125, 0.01275634765625, -0.00384521484375, 0.01092529296875, -0.0174560546875, ...
[ 15549, 116, 2208, 3365, 316, 19, 1295, 24491, 47, 40907, 136, 22925, 105274, 51, 4084, 1736, 87109, 10, 434, 92, 9622, 108526, 180, 36381, 11, 124326, 831, 17, 70, 5, 130373, 4527, 16750, 5117, 24092, 151134, 1284, 757, 83, 132283, 6445...
[ 0.21435546875, 0.1807861328125, 0.15869140625, 0.180908203125, 0.18408203125, 0.09423828125, 0.128662109375, 0.23828125, 0.1353759765625, 0.250732421875, 0.0469970703125, 0.118408203125, 0.1448974609375, 0.07177734375, 0.072998046875, 0.1177978515625, 0.112548828125, 0.065551757812...
embed
25798080_c0
25798080
bash
0
Title: $? = 127 in shell script? Problem title: $? = 127 in shell script? Tags: bash, shell Problem: $? = 127 in shell script? In my code, when I do echo $? It returns to me a value of 127. I thought it only returns either a 1 for failure or a 0 for success? What does a value of 127 mean?
$? = 127 in shell script? $? = 127 in shell script? bash shell $? = 127 in shell script? In my code, when I do It returns to me a value of 127. I thought it only returns either a 1 for failure or a 0 for success? What does a value of 127 mean?
[ -0.002899169921875, 0.01025390625, -0.001953125, 0.01806640625, 0.004913330078125, 0.0057373046875, 0.00109100341796875, -0.004852294921875, -0.01226806640625, 0.0159912109375, -0.00628662109375, 0.03369140625, -0.0029449462890625, 0.01043701171875, -0.021240234375, 0.0081787109375, ...
[ 3650, 32, 2203, 58033, 23, 128019, 26499, 87109, 18151, 3229, 54, 1650, 30646, 7, 47, 163, 10, 34292, 111, 17569, 106, 100, 137578, 757, 36272, 4865, 14602, 29459 ]
[ 0.2030029296875, 0.120849609375, 0.16015625, 0.296875, 0.10546875, 0.2286376953125, 0.258056640625, 0.156982421875, 0.132080078125, 0.030975341796875, 0.1029052734375, 0.2259521484375, 0.1539306640625, 0.0214385986328125, 0.025299072265625, 0.046661376953125, 0.018524169921875, 0.1...
embed
57604591_c2
57604591
bash
2
6.9.0 ├─ react-error-overlay@6.0.1 ├─ react-scripts@3.1.1 ├─ react@16.9.0 └─ scheduler@0.15.0 ✨ Done in 15.45s. Code signals: 45, my_app, v1.15.2, Resolving, Fetching, Expected, Got, v8.16.1, v9.10.1, v12.0.0, v4.9.1, v6.17.1, v10.16.3, Linking, Building, Saved, Direct, All, Done, node.js
6.9.0 ├─ react-error-overlay@6.0.1 ├─ react-scripts@3.1.1 ├─ react@16.9.0 └─ scheduler@0.15.0 ✨ Done in 15.45s. Code signals: 45, my_app, v1.15.2, Resolving, Fetching, Expected, Got, v8.16.1, v9.10.1, v12.0.0, v4.9.1, v6.17.1, v10.16.3, Linking, Building, Saved, Direct, All, Done, node.js
[ -0.00109100341796875, 0.0142822265625, -0.01220703125, 0.0081787109375, 0.00494384765625, -0.0062255859375, -0.00897216796875, -0.007781982421875, -0.006072998046875, 0.0177001953125, 0.01495361328125, -0.050048828125, 0.02294921875, 0.01019287109375, 0.00836181640625, -0.0117797851562...
[ 305, 38331, 2389, 6, 245664, 86834, 131300, 9, 188800, 5465, 5259, 981, 910, 102014, 32032, 83783, 2485, 80889, 42, 187461, 167474, 984, 86, 23, 6281, 4633, 7, 28864, 26073, 2678, 759, 9007, 81, 92134, 158296, 853, 132944, 214, 92962, 592...
[ 0.163818359375, 0.2340087890625, 0.133544921875, 0.0203704833984375, 0.03289794921875, 0.007171630859375, 0.306884765625, 0.03314208984375, 0.2327880859375, 0.140869140625, 0.1937255859375, 0.054473876953125, 0.1317138671875, 0.1617431640625, 0.160400390625, 0.1058349609375, 0.146972...
embed
68034433_c0
68034433
bash
0
Title: Bash : Exclude range from array Problem title: Bash : Exclude range from array Tags: centos, bash Problem: Bash : Exclude range from array I have an array from with numbers from 1 to 100: array=$(seq 100) My task is to exclude range from 60 to 80. Code signals: array, Bash, Exclude
Bash : Exclude range from array Bash : Exclude range from array centos bash array Bash Exclude Bash : Exclude range from array I have an array from with numbers from 1 to 100: My task is to exclude range from 60 to 80.
[ 0.004852294921875, 0.00885009765625, -0.0174560546875, 0.022216796875, -0.00396728515625, 0.0025177001953125, 0.00086212158203125, 0.0150146484375, -0.005950927734375, 0.0230712890625, -0.0174560546875, 0.041748046875, 0.006103515625, 0.002410888671875, 0.004852294921875, -0.0184326171...
[ 144334, 152, 110823, 822, 112, 37457, 1295, 10298, 53, 62712, 7, 87109, 87, 765, 101935, 106, 47, 805, 66211, 39041, 1496, 2248 ]
[ 0.2132568359375, 0.05377197265625, 0.16650390625, 0.212646484375, 0.1402587890625, 0.27392578125, 0.1810302734375, 0.2149658203125, 0.14404296875, 0.19140625, 0.09783935546875, 0.1661376953125, 0.009674072265625, 0.0243988037109375, 0.1280517578125, 0.03411865234375, 0.07806396484375...
embed
25153705_c0
25153705
bash
0
Title: Pattern match and find another pattern in the next line Problem title: Pattern match and find another pattern in the next line Tags: string, pattern-matching, bash, shell, append Problem: Pattern match and find another pattern in the next line Code signals: Pattern, string1, string2
Pattern match and find another pattern in the next line Pattern match and find another pattern in the next line string pattern-matching bash shell append Pattern string1 string2 Pattern match and find another pattern in the next line find a string1 in a file and check it's next line for string2 if not found append the ...
[ -0.007049560546875, 0.013916015625, -0.00823974609375, 0.038330078125, 0.000885009765625, 0.0189208984375, -0.00262451171875, 0.01953125, 0.0242919921875, 0.0263671875, -0.00055694580078125, 0.00555419921875, 0.000759124755859375, -0.01495361328125, -0.0045166015625, 0.00640869140625, ...
[ 9876, 22766, 14858, 136, 7413, 15700, 103510, 23, 11737, 13315, 79315, 98753, 214, 87109, 128019, 114689, 418, 304, 11435, 12765, 959, 14037, 7986, 7103, 25632, 107730, 3871, 71, 678, 209, 124519, 140992, 6713, 1884, 39527, 163, 32562, 18151,...
[ 0.1749267578125, 0.15966796875, 0.257080078125, 0.02532958984375, 0.140869140625, 0.1112060546875, 0.24365234375, 0.053741455078125, 0.121337890625, 0.1170654296875, 0.16845703125, 0.2081298828125, 0.057525634765625, 0.1602783203125, 0.2154541015625, 0.1285400390625, 0.02168273925781...
embed
29161402_c0
29161402
bash
0
Title: Delete the first character of certan line in file in shell script Problem title: Delete the first character of certan line in file in shell script Tags: sed, linux, shell, bash Problem: Delete the first character of certan line in file in shell script Code signals: Delete, file1.txt
Delete the first character of certan line in file in shell script Delete the first character of certan line in file in shell script sed linux shell bash Delete file1.txt Delete the first character of certan line in file in shell script Here I want to delete the first character of file of certain lines. For example: Fro...
[ -0.0019989013671875, 0.00041961669921875, -0.01409912109375, 0.0302734375, -0.0013885498046875, -0.0201416015625, 0.0291748046875, 0.0162353515625, 0.007354736328125, 0.028564453125, -0.00110626220703125, 0.04248046875, 0.00225830078125, 0.0269775390625, 0.01373291015625, 0.00132751464...
[ 262, 46485, 5117, 62816, 111, 28860, 19, 13315, 11435, 128019, 26499, 23, 1736, 11508, 6077, 87109, 418, 124326, 3444, 154109, 24233, 124519, 1326, 138, 4216, 47, 361, 927, 75101, 140992 ]
[ 0.0831298828125, 0.155029296875, 0.1397705078125, 0.1920166015625, 0.048309326171875, 0.2225341796875, 0.1541748046875, 0.16357421875, 0.1409912109375, 0.1546630859375, 0.1881103515625, 0.01171875, 0.1580810546875, 0.04608154296875, 0.033233642578125, 0.0933837890625, 0.0284576416015...
embed
71668299_c0
71668299
bash
0
Title: Remove Duplicates numbers in Shell Script Problem title: Remove Duplicates numbers in Shell Script Tags: shell, bash Problem: Remove Duplicates numbers in Shell Script Code signals: Remove, Duplicates, Shell, Script, ENV-NAME, ACTIVE-SITE, MCM, BDD, ELOW, OPT, MSP, EAST, PROD, STAGE
Remove Duplicates numbers in Shell Script Remove Duplicates numbers in Shell Script shell bash Remove Duplicates Shell Script ENV-NAME ACTIVE-SITE MCM BDD ELOW OPT MSP EAST PROD STAGE Remove Duplicates numbers in Shell Script I have a file called Sparrow.txt and its content is follows I want to remove the duplicates in...
[ -0.029052734375, 0.01397705078125, -0.00994873046875, 0.00384521484375, -0.0107421875, 0.00122833251953125, 0.00860595703125, 0.0152587890625, 0.009033203125, 0.0142822265625, -0.043701171875, 0.03564453125, 0.01129150390625, 0.01129150390625, 0.003509521484375, 0.01055908203125, 0.0...
[ 181139, 786, 52721, 1636, 101935, 23, 108362, 84654, 128019, 87109, 856, 182512, 12944, 169813, 25216, 36498, 24057, 143141, 22693, 9434, 48963, 10514, 64174, 11435, 37456, 15555, 5, 124326, 10941, 28960, 3444, 47, 87388, 171763, 25632, 140992, ...
[ 0.157958984375, 0.152587890625, 0.25341796875, 0.1580810546875, 0.204833984375, 0.053985595703125, 0.2119140625, 0.246337890625, 0.1785888671875, 0.154541015625, 0.12158203125, 0.013641357421875, 0.05450439453125, 0.06939697265625, 0.0258331298828125, 0.140625, 0.0699462890625, 0.1...
embed
18740507_c3
18740507
bash
3
:127.0.0.1:43940, ESTABLISHED, ffff:192.168.1.202:56510, ffff:192.168.1.202:3000, java_ndsagent, ffff:192.168.1.202:56509, TIME_WAIT, ffff:192.168.1.202:56508, ffff:192.168.1.202:22, ffff:84.208.36.125:48507, ffff:127.0.0.1:61616, ffff:127.0.0.1:45121, pid_program, CalorisPort, Qmonitor.txt
:127.0.0.1:43940, ESTABLISHED, ffff:192.168.1.202:56510, ffff:192.168.1.202:3000, java_ndsagent, ffff:192.168.1.202:56509, TIME_WAIT, ffff:192.168.1.202:56508, ffff:192.168.1.202:22, ffff:84.208.36.125:48507, ffff:127.0.0.1:61616, ffff:127.0.0.1:45121, pid_program, CalorisPort, Qmonitor.txt
[ 0.00182342529296875, 0.006103515625, -0.0230712890625, 0.0201416015625, 0.00946044921875, -0.018310546875, -0.004791259765625, 0.005401611328125, 0.000179290771484375, 0.0238037109375, 0.029541015625, -0.0078125, -0.009765625, -0.0078125, 0.0125732421875, 0.005401611328125, 0.0133056...
[ 6, 20927, 129884, 5, 102014, 12, 149344, 2839, 50149, 11040, 67616, 174915, 26472, 4902, 23988, 5442, 93657, 22892, 143179, 162689, 963, 4, 36605, 79, 330, 2208, 7, 83963, 6463, 110500, 11217, 6371, 8318, 13903, 154782, 63652, 179913, 2485, ...
[ 0.0369873046875, 0.1409912109375, 0.1805419921875, 0.06854248046875, 0.1602783203125, 0.05450439453125, 0.1927490234375, 0.18115234375, 0.125, 0.1715087890625, 0.11279296875, 0.1627197265625, 0.0643310546875, 0.139892578125, 0.0347900390625, 0.024139404296875, 0.1513671875, 0.05999...
embed
28557914_c0
28557914
bash
0
Title: Exclude the last-but-one field Problem title: Exclude the last-but-one field Tags: tr, sed, cut, bash, awk Problem: Exclude the last-but-one field How to exclude or remove the word before the last word in line: Example: var=1 echo "list $var M" Expected: list 1M Code signals: Exclude
Exclude the last-but-one field Exclude the last-but-one field tr sed cut bash awk Exclude Exclude the last-but-one field How to exclude or remove the word before the last word in line: Example: Expected:
[ 0.01092529296875, 0.0091552734375, -0.0201416015625, 0.0228271484375, -0.0177001953125, -0.003448486328125, 0.02001953125, 0.01348876953125, 0.028076171875, 0.007110595703125, -0.01385498046875, 0.019287109375, 0.01531982421875, -0.00732421875, -0.018310546875, -0.0172119140625, 0.02...
[ 110823, 822, 112, 4568, 8789, 3630, 44457, 4307, 1736, 59226, 87109, 434, 92, 39041, 707, 87388, 2565, 8108, 13315, 89536, 60075, 13, 89829 ]
[ 0.0936279296875, 0.17626953125, 0.1131591796875, 0.1685791015625, 0.152587890625, 0.1175537109375, 0.260986328125, 0.0997314453125, 0.1187744140625, 0.12060546875, 0.1104736328125, 0.0482177734375, 0.088134765625, 0.1971435546875, 0.0289764404296875, 0.165283203125, 0.1925048828125, ...
embed
41979359_c0
41979359
bash
0
Title: Bash code for matching paths with patterns that may include wildcards Problem title: Bash code for matching paths with patterns that may include wildcards Tags: wildcard, bash Problem: Bash code for matching paths with patterns that may include wildcards Code signals: wildcards, Bash
Bash code for matching paths with patterns that may include wildcards Bash code for matching paths with patterns that may include wildcards wildcard bash wildcards Bash Bash code for matching paths with patterns that may include wildcards I'd like to know how does bash check for match between file paths and patterns th...
[ 0.005950927734375, 0.0179443359375, -0.00933837890625, 0.0240478515625, 0.00439453125, 0.0005950927734375, 0.01171875, 0.017333984375, -0.00848388671875, -0.00125885009765625, 0.0030364990234375, 0.003753662109375, -0.00726318359375, 0.007476806640625, -0.00653076171875, -0.01257324218...
[ 144334, 18151, 100, 14858, 214, 60875, 7, 678, 103510, 450, 1543, 26698, 56409, 38931, 87109, 1884, 3714, 3642, 14602, 12765, 17721, 11435, 136, 70541, 1639, 9803, 31344, 7026, 7440, 87907, 903, 9433, 14037, 25632, 14364, 53, 53201, 47, 105...
[ 0.1898193359375, 0.1981201171875, 0.0875244140625, 0.23828125, 0.10888671875, 0.210205078125, 0.06207275390625, 0.1043701171875, 0.2425537109375, 0.006195068359375, 0.1168212890625, 0.075439453125, 0.16552734375, 0.2498779296875, 0.21875, 0.0399169921875, 0.037200927734375, 0.05773...
embed
42342038_c0
42342038
bash
0
Title: Bash script IF and || creates syntax error Problem title: Bash script IF and || creates syntax error Tags: handle, bash, if-statement Problem: Bash script IF and || creates syntax error Code signals: Bash, Something, Command-one, corrupted.txt, Command-two, Command-three, ok.txt, All
Bash script IF and || creates syntax error Bash script IF and || creates syntax error handle bash if-statement Bash Something Command-one corrupted.txt Command-two Command-three ok.txt All Bash script IF and || creates syntax error I have a bash script where I wish to write into a file if one of the commands inside an ...
[ 0.0107421875, 0.0157470703125, -0.01904296875, 0.015869140625, 0.00567626953125, -0.005126953125, 0.00909423828125, -0.01123046875, 0.00408935546875, 0.032958984375, -0.012939453125, 0.0380859375, -0.01116943359375, 0.0203857421875, 0.01287841796875, -0.02734375, 0.006072998046875, ...
[ 144334, 26499, 55449, 136, 28282, 6002, 86531, 18499, 34831, 87109, 2174, 61340, 200905, 123573, 3630, 66157, 297, 124326, 55547, 107, 3664, 3164, 32599, 33022, 3934, 11435, 75101, 46132, 63805, 3564, 678, 351, 80510, 442, 82230, 25632, 241957,...
[ 0.165283203125, 0.1932373046875, 0.2320556640625, 0.2220458984375, 0.1431884765625, 0.10601806640625, 0.1710205078125, 0.1849365234375, 0.1099853515625, 0.15185546875, 0.2030029296875, 0.109619140625, 0.121826171875, 0.146240234375, 0.1168212890625, 0.203125, 0.101318359375, 0.1369...
embed
38796224_c0
38796224
bash
0
Title: POSIX shell equivalent to &lt;() Problem title: POSIX shell equivalent to &lt;() Tags: zsh, sh, process-substitution, posix, bash Problem: POSIX shell equivalent to <() <(commands ...) in bash/zsh makes the output behavior as a file. Does a POSIX equivalent exist? Code signals: POSIX
POSIX shell equivalent to &lt;() POSIX shell equivalent to &lt;() zsh sh process-substitution posix bash POSIX POSIX shell equivalent to <() <(commands ...) in bash/zsh makes the output behavior as a file. Does a POSIX equivalent exist?
[ 0.0005035400390625, 0.03173828125, -0.000545501708984375, 0.024169921875, -0.0069580078125, -0.0048828125, 0.01397705078125, 0.00262451171875, -0.005645751953125, 0.0201416015625, -0.00970458984375, 0.06591796875, 0.01104736328125, 0.004852294921875, -0.00653076171875, -0.0139770507812...
[ 54602, 21487, 128019, 183234, 47, 97, 1495, 7547, 9433, 209828, 29691, 425, 87109, 4426, 132, 277, 12018, 153, 169, 30482, 140992, 123166, 237, 10, 11435, 101790, 32316 ]
[ 0.1986083984375, 0.212890625, 0.2396240234375, 0.1900634765625, 0.063232421875, 0.0728759765625, 0.1527099609375, 0.1077880859375, 0.1142578125, 0.173828125, 0.1754150390625, 0.1348876953125, 0.1239013671875, 0.1168212890625, 0.048858642578125, 0.0765380859375, 0.1705322265625, 0.0...
embed
75783619_c0
75783619
bash
0
Title: Repeating - character to terminal Problem title: Repeating - character to terminal Tags: bash Problem: Repeating - character to terminal I want to print a sequence of - characters. Have done printf '=%.0s' {1..55} But get no printing with printf '-%.0s' {1..55} Code signals: Repeating
Repeating - character to terminal Repeating - character to terminal bash Repeating Repeating - character to terminal I want to print a sequence of - characters. Have done But get no printing with
[ -0.007171630859375, 0.0281982421875, -0.0150146484375, 0.0079345703125, -0.00130462646484375, -0.023193359375, 0.02197265625, -0.000598907470703125, 0.004608154296875, 0.019775390625, -0.015869140625, -0.014892578125, -0.007293701171875, 0.00860595703125, -0.03466796875, -0.00613403320...
[ 33742, 13, 26518, 20, 62816, 47, 33949, 87109, 3444, 28412, 944, 3956, 124850, 16940, 4966, 2046, 110, 2448, 1916, 678 ]
[ 0.1505126953125, 0.1529541015625, 0.106201171875, 0.08197021484375, 0.2030029296875, 0.1376953125, 0.25048828125, 0.1661376953125, 0.092041015625, 0.16552734375, 0.05450439453125, 0.02703857421875, 0.1884765625, 0.007663726806640625, 0.00974273681640625, 0.00894927978515625, 0.088195...
embed
23655376_c0
23655376
bash
0
Title: select and copy files with N lines Problem title: select and copy files with N lines Tags: unix, linux, wc, bash Problem: select and copy files with N lines I would like to select and copy from a folder only the files with a number N of lines. How it is possible to do this in Bash? Al.
select and copy files with N lines select and copy files with N lines unix linux wc bash select and copy files with N lines I would like to select and copy from a folder only the files with a number N of lines. How it is possible to do this in Bash? Al.
[ -0.02880859375, -0.01324462890625, -0.01239013671875, 0.020751953125, -0.01519775390625, -0.0174560546875, 0.025634765625, 0.00439453125, 0.0089111328125, 0.0064697265625, -0.0157470703125, 0.01531982421875, 0.01031494140625, 0.0218505859375, -0.003204345703125, -0.00848388671875, 0....
[ 36849, 136, 43658, 102158, 678, 541, 124519, 51, 4084, 11508, 6077, 92922, 87109, 87, 2806, 1884, 1295, 78303, 4734, 70, 14012, 111, 11249, 7722, 54, 903, 23, 144334, 884 ]
[ 0.222412109375, 0.1240234375, 0.2171630859375, 0.204833984375, 0.1456298828125, 0.22802734375, 0.23974609375, 0.08538818359375, 0.0938720703125, 0.07708740234375, 0.07720947265625, 0.17333984375, 0.2099609375, 0.004547119140625, 0.0467529296875, 0.088623046875, 0.095458984375, 0.16...
embed
61511873_c0
61511873
bash
0
Title: Remove lines beginning with # Problem title: Remove lines beginning with # Tags: bash, sed, replace Problem: Remove lines beginning with # I have a file that looks like this: %chk=M24009.chk # mp2/cc-pVTZ M24009 M24009 Code signals: Remove, M24009.chk, mp2, M24009, fname.gjf, fname.xyz
Remove lines beginning with # Remove lines beginning with # bash sed replace Remove M24009.chk mp2 M24009 fname.gjf fname.xyz Remove lines beginning with # I have a file that looks like this: I would like to get rid of the line that begins with #. Given the use of the # in scripting, I am having problems figuring out h...
[ -0.019287109375, 0.0035552978515625, -0.01348876953125, 0.013671875, -0.0067138671875, 0.00714111328125, -0.01031494140625, 0.0301513671875, 0.00537109375, -0.0001354217529296875, -0.018798828125, 0.011474609375, 0.00830078125, 0.007568359375, -0.0045166015625, 0.01220703125, 0.01843...
[ 181139, 124519, 86595, 678, 468, 87109, 1736, 91995, 276, 62635, 26917, 206, 92, 9607, 304, 6463, 1238, 11627, 39271, 50878, 11435, 33342, 1884, 47, 2046, 31351, 111, 13315, 9842, 4527, 23, 26499, 44402, 26747, 87388, 4034, 442, 21373, 1736...
[ 0.1357421875, 0.1837158203125, 0.12890625, 0.1099853515625, 0.174072265625, 0.1466064453125, 0.191162109375, 0.129150390625, 0.032318115234375, 0.1043701171875, 0.1240234375, 0.0294036865234375, 0.0270843505859375, 0.037933349609375, 0.0546875, 0.1356201171875, 0.033843994140625, 0...
embed
74518631_c0
74518631
bash
0
Title: That is so strange ,WHY Problem title: That is so strange ,WHY Tags: linux, shell, ascii, bash Problem: That is so strange ,WHY It is so strange!!!The first command work well ,but the second output error.forgive my poor english 1.printf '%d\n' "'a" 2.printf '%d\n' "a" Code signals: WHY
That is so strange ,WHY That is so strange ,WHY linux shell ascii bash WHY That is so strange ,WHY It is so strange!!!The first command work well ,but the second output error.forgive my poor english
[ 0.00897216796875, 0.0035552978515625, -0.006439208984375, 0.015625, -0.0025634765625, 0.0225830078125, -0.01165771484375, 0.00830078125, 0.0167236328125, 0.0172119140625, 0.00106048583984375, 0.008056640625, -0.0035400390625, 0.02294921875, -0.0128173828125, -0.0225830078125, 0.01312...
[ 9925, 83, 221, 114453, 1456, 92559, 11508, 6077, 128019, 237, 26506, 87109, 601, 1564, 5117, 75101, 4488, 5299, 8789, 17932, 140992, 18499, 2472, 96259, 70425, 175457 ]
[ 0.1221923828125, 0.1446533203125, 0.1790771484375, 0.2392578125, 0.0223388671875, 0.1785888671875, 0.093017578125, 0.1329345703125, 0.2242431640625, 0.127197265625, 0.2861328125, 0.2235107421875, 0.01361083984375, 0.096923828125, 0.090087890625, 0.21826171875, 0.07293701171875, 0.0...
embed
27081006_c0
27081006
bash
0
Title: Shell Scripting: awk not printing local variables correctly Problem title: Shell Scripting: awk not printing local variables correctly Tags: awk, bash, shell Problem: Shell Scripting: awk not printing local variables correctly Code signals: Shell, Scripting, year_start, year_end, RANDOM
Shell Scripting: awk not printing local variables correctly Shell Scripting: awk not printing local variables correctly awk bash shell Shell Scripting year_start year_end RANDOM Shell Scripting: awk not printing local variables correctly I am preparing data for a simple bigdata test. Below is my code. However awk is pr...
[ -0.0186767578125, 0.00101470947265625, 0.002288818359375, 0.0107421875, -0.0135498046875, 0.01708984375, 0.00103759765625, 0.00726318359375, -0.01470947265625, 0.051025390625, 0.00183868408203125, 0.04736328125, 0.028564453125, 0.0250244140625, 0.026123046875, -0.027099609375, -0.013...
[ 108362, 84654, 214, 10, 434, 92, 959, 2448, 1916, 4000, 77336, 26785, 87109, 128019, 6602, 17137, 3611, 30174, 127214, 538, 58172, 2053, 100, 8781, 6957, 10135, 3034, 17336, 18151, 25632, 64457, 1328, 96759, 14012, 4358 ]
[ 0.1983642578125, 0.1680908203125, 0.04156494140625, 0.045562744140625, 0.14453125, 0.204345703125, 0.10546875, 0.1419677734375, 0.08026123046875, 0.1431884765625, 0.193115234375, 0.1263427734375, 0.1246337890625, 0.1646728515625, 0.194580078125, 0.1368408203125, 0.1707763671875, 0....
embed
42856772_c0
42856772
bash
0
Title: Rename groupname title pandas Problem title: Rename groupname title pandas Tags: python, pandas, bash Problem: Rename groupname title pandas Code signals: Rename, kf.groupby, ErrorCode, x.sum, ResponseType, CANCEL_ORDER_CONFIRM, TRADE_CONFIRM, float64, data.groupby, pd.Grouper, Time_req
Rename groupname title pandas Rename groupname title pandas python pandas bash Rename kf.groupby ErrorCode x.sum ResponseType CANCEL_ORDER_CONFIRM TRADE_CONFIRM float64 data.groupby pd.Grouper Time_req Rename groupname title pandas I print the report on terminal using below python code to get But the ErrorCode 0,1 have...
[ 0.0234375, 0.006866455078125, 0.007537841796875, 0.01104736328125, 0.03125, 0.00994873046875, 0.001678466796875, 0.014892578125, 0.0003376007080078125, 0.050537109375, -0.00054931640625, -0.00604248046875, -0.01373291015625, -0.00616455078125, 0.00335693359375, 0.0274658203125, 0.005...
[ 853, 11627, 21115, 44759, 2652, 1124, 17198, 50828, 87109, 472, 420, 51588, 1272, 212059, 114211, 1022, 11832, 92748, 196707, 64111, 85483, 24638, 18044, 22724, 36230, 21917, 13307, 2053, 915, 71, 205072, 56, 19055, 107, 864, 28412, 13416, 33...
[ 0.12255859375, 0.2120361328125, 0.205078125, 0.1942138671875, 0.166259765625, 0.193115234375, 0.070068359375, 0.14111328125, 0.1917724609375, 0.06231689453125, 0.155517578125, 0.1904296875, 0.1690673828125, 0.2220458984375, 0.207763671875, 0.04290771484375, 0.1600341796875, 0.11999...
embed
6105899_c0
6105899
bash
0
Title: Auto set cron bash script? Problem title: Auto set cron bash script? Tags: bash, cron Problem: Auto set cron bash script? How to make some script to auto set it's execution based on some time it gets from database or some other way? Any simple, plain example for that? Code signals: Auto
Auto set cron bash script? Auto set cron bash script? bash cron Auto Auto set cron bash script? How to make some script to auto set it's execution based on some time it gets from database or some other way? Any simple, plain example for that?
[ -0.00186920166015625, 0.02099609375, 0.00811767578125, 0.0107421875, -0.0157470703125, -0.01953125, -0.0032501220703125, 0.0166015625, -0.0113525390625, -0.004119873046875, -0.0068359375, 0.031005859375, 0.00183868408203125, 0.019775390625, -0.0096435546875, -0.022216796875, -0.01116...
[ 4396, 5423, 71138, 87109, 26499, 32, 11249, 47, 3249, 1809, 442, 71924, 1830, 35509, 3060, 1733, 62163, 1295, 63399, 8781, 111719, 27781 ]
[ 0.206298828125, 0.196044921875, 0.302001953125, 0.21337890625, 0.2410888671875, 0.0029926300048828125, 0.043792724609375, 0.067138671875, 0.061126708984375, 0.201171875, 0.00972747802734375, 0.1597900390625, 0.058746337890625, 0.11083984375, 0.01529693603515625, 0.1444091796875, 0.05...
embed
54972783_c0
54972783
bash
0
Title: Shell script :[too many arguments Problem title: Shell script :[too many arguments Tags: unix, shell, bash Problem: Shell script :[too many arguments Can somebody explain why my if statement is not working? if [ [ $# -ge 2 ] && [ [ grep -o "$2" $1 | wc -l ] -gt 0 ] ] Code signals: Shell
Shell script :[too many arguments Shell script :[too many arguments unix shell bash Shell Shell script :[too many arguments Can somebody explain why my if statement is not working?
[ 0.004241943359375, 0.0145263671875, -0.04541015625, 0.033203125, -0.005279541015625, 0.01043701171875, 0.0284423828125, 0.021484375, 0.005523681640625, 0.02880859375, -0.00274658203125, 0.0228271484375, 0.006561279296875, 0.019287109375, -0.005828857421875, -0.00020694732666015625, 0...
[ 108362, 26499, 1065, 24838, 5941, 10750, 51, 4084, 128019, 87109, 176256, 73342, 15400, 759, 2174, 63805, 83, 959, 20697 ]
[ 0.1649169921875, 0.18359375, 0.06884765625, 0.1844482421875, 0.1641845703125, 0.2357177734375, 0.01555633544921875, 0.0367431640625, 0.119140625, 0.0628662109375, 0.0216827392578125, 0.10552978515625, 0.07421875, 0.038848876953125, 0.198974609375, 0.1925048828125, 0.030975341796875, ...
embed
26813253_c0
26813253
bash
0
Title: custom sort bash array Problem title: custom sort bash array Tags: bash, sorting Problem: custom sort bash array res[0]="b 9" res[1]="a 1" res[2]="c 10" printf -- '%s\n' "${res[@]}" I want to sort it and display the array by the order of the number in bash. a 1 b 9 c 10 is this possible?
custom sort bash array custom sort bash array bash sorting custom sort bash array I want to sort it and display the array by the order of the number in bash. is this possible?
[ 0.0007781982421875, 0.009033203125, -0.005218505859375, -0.0002536773681640625, -0.0191650390625, -0.01507568359375, -0.0025177001953125, 0.00872802734375, 0.004150390625, 0.034423828125, -0.0103759765625, 0.0311279296875, -0.0264892578125, -0.0142822265625, -0.007568359375, -0.0229492...
[ 114122, 12096, 87109, 10298, 53, 214, 3444, 442, 44116, 390, 12989, 111, 14012, 23, 83, 903, 7722 ]
[ 0.2225341796875, 0.244140625, 0.2108154296875, 0.1754150390625, 0.1414794921875, 0.034332275390625, 0.0977783203125, 0.01611328125, 0.1771240234375, 0.0675048828125, 0.1510009765625, 0.048126220703125, 0.1376953125, 0.000213623046875, 0.032135009765625, 0.034515380859375, 0.141357421...
embed
48699268_c0
48699268
bash
0
Title: What&#x27;s the meaning of ${1:-0} in Bash? Problem title: What&#x27;s the meaning of ${1:-0} in Bash? Tags: shell, bash Problem: What's the meaning of ${1:-0} in Bash? I seem at example 9-14 . $ echo ${1:-0} $ 0 $ echo ${2:-32767} $ 32767 So I cant understand... Code signals: What, Bash
What&#x27;s the meaning of ${1:-0} in Bash? What&#x27;s the meaning of ${1:-0} in Bash? shell bash What Bash What's the meaning of ${1:-0} in Bash? I seem at example 9-14 . So I cant understand...
[ -0.0037841796875, 0.010498046875, -0.016845703125, 0.0220947265625, -0.0032806396484375, 0.005279541015625, 0.02734375, 0.0242919921875, 0.0064697265625, 0.052001953125, -0.0106201171875, 0.01220703125, -0.0005950927734375, 0.007171630859375, 0.000885009765625, 0.002471923828125, 0.0...
[ 4865, 3768, 70, 91084, 3650, 82825, 23320, 8152, 23, 144334, 111, 128019, 87109, 48903, 27781, 483, 16249, 45767, 28219 ]
[ 0.0357666015625, 0.1119384765625, 0.0657958984375, 0.1929931640625, 0.06842041015625, 0.123046875, 0.25439453125, 0.052001953125, 0.0732421875, 0.2073974609375, 0.046875, 0.14599609375, 0.18408203125, 0.01031494140625, 0.1256103515625, 0.116455078125, 0.19921875, 0.048248291015625,...
embed
3618189_c0
3618189
bash
0
Title: creating alias in bash Problem title: creating alias in bash Tags: bash Problem: creating alias in bash Currently this is what I need to type to execute my task execute 'mytask' I want an alias so that I need to type e mytask This is what I did which is not working alias e="execute '$1'"
creating alias in bash creating alias in bash bash creating alias in bash Currently this is what I need to type to execute my task I want an alias so that I need to type This is what I did which is not working
[ -0.0047607421875, 0.000690460205078125, -0.00836181640625, 0.007232666015625, 0.024169921875, 0.008544921875, -0.00118255615234375, 0.0185546875, -0.0028839111328125, 0.006744384765625, 0.00109100341796875, 0.01397705078125, 0.011962890625, 0.00165557861328125, -0.0150146484375, -0.004...
[ 105233, 55109, 23, 87109, 114063, 903, 83, 2367, 3871, 10644, 47, 71924, 13, 759, 66211, 3444, 142, 221, 3293, 6777, 959, 20697 ]
[ 0.1959228515625, 0.307861328125, 0.1148681640625, 0.2255859375, 0.048980712890625, 0.045562744140625, 0.038330078125, 0.010467529296875, 0.10003662109375, 0.1905517578125, 0.0245513916015625, 0.1363525390625, 0.0279998779296875, 0.0103759765625, 0.1744384765625, 0.1390380859375, 0.09...
embed
47456560_c0
47456560
bash
0
Title: What does &amp;&amp; mean in npm and what is it called? Problem title: What does &amp;&amp; mean in npm and what is it called? Tags: bash Problem: What does && mean in npm and what is it called? For example: $ npm i && cd client && npm i && cd .. Newbie question, I know. Code signals: What
What does &amp;&amp; mean in npm and what is it called? What does &amp;&amp; mean in npm and what is it called? bash What What does && mean in npm and what is it called? For example: Newbie question, I know.
[ 0.0022735595703125, 0.000782012939453125, -0.005523681640625, 0.0189208984375, 0.01409912109375, 0.037109375, 0.0164794921875, 0.004669189453125, 0.00179290771484375, 0.0250244140625, -0.0087890625, -0.006011962890625, 0.011474609375, -0.002349853515625, -0.041259765625, 0.00244140625,...
[ 4865, 14602, 619, 25133, 74, 1230, 29459, 23, 25037, 39, 136, 2367, 442, 35839, 87109, 83, 27781, 2356, 9014, 9655, 3714 ]
[ 0.0865478515625, 0.10284423828125, 0.148193359375, 0.1522216796875, 0.1488037109375, 0.2325439453125, 0.16455078125, 0.10101318359375, 0.176513671875, 0.241943359375, 0.06353759765625, 0.079345703125, 0.08721923828125, 0.1241455078125, 0.1727294921875, 0.039794921875, 0.0121917724609...
embed
61974393_c0
61974393
bash
0
Title: Use sed with jq in bash script Problem title: Use sed with jq in bash script Tags: bash, jq Problem: Use sed with jq in bash script How to use sed with jq to replace _ in key name with symbol a { "product_name":"kl" } should become { "productaname":"kl" } in a bash script Code signals: Use
Use sed with jq in bash script Use sed with jq in bash script bash jq Use Use sed with jq in bash script How to use sed with jq to replace _ in key name with symbol a should become in a bash script
[ -0.01495361328125, 0.00054931640625, -0.0167236328125, -0.00872802734375, -0.0238037109375, -0.00994873046875, -0.00022983551025390625, 0.02587890625, 0.000438690185546875, 0.03662109375, 0.0103759765625, 0.05419921875, 0.021484375, -0.01226806640625, -0.01416015625, -0.031982421875, ...
[ 36836, 1736, 678, 1647, 864, 23, 87109, 26499, 4527, 47, 91995, 101, 22799, 9351, 26582, 10, 5608, 24209 ]
[ 0.080810546875, 0.2183837890625, 0.1392822265625, 0.13916015625, 0.191650390625, 0.0623779296875, 0.16552734375, 0.1846923828125, 0.08917236328125, 0.0027923583984375, 0.1348876953125, 0.0794677734375, 0.11016845703125, 0.10113525390625, 0.167724609375, 0.1077880859375, 0.08526611328...
embed
55910067_c0
55910067
bash
0
Title: How to sum the column with matching characters in a specific location? Problem title: How to sum the column with matching characters in a specific location? Tags: bash, awk Problem: How to sum the column with matching characters in a specific location? 8000 -- 5678 Code signals: How, k2.11
How to sum the column with matching characters in a specific location? How to sum the column with matching characters in a specific location? bash awk How k2.11 How to sum the column with matching characters in a specific location? I would like to add the output of du for all sub folders with the certain same subfolder...
[ 0.006622314453125, -0.003875732421875, 0.0159912109375, 0.0125732421875, -0.01165771484375, -0.002197265625, 0.00946044921875, 0.0179443359375, 0.01348876953125, 0.044921875, -0.000217437744140625, 0.03564453125, 0.00046539306640625, -0.0167236328125, -0.0264892578125, -0.0242919921875...
[ 11249, 47, 10554, 3365, 316, 19, 678, 14858, 214, 124850, 23, 29458, 31913, 87109, 10, 434, 92, 472, 5442, 1662, 1884, 15190, 140992, 111, 115, 756, 1614, 78303, 24233, 5701, 42822, 17497, 190875, 136, 190, 169842, 13, 16750 ]
[ 0.087646484375, 0.055938720703125, 0.23876953125, 0.1685791015625, 0.1767578125, 0.089111328125, 0.09075927734375, 0.1990966796875, 0.10040283203125, 0.1676025390625, 0.056396484375, 0.1827392578125, 0.1744384765625, 0.1513671875, 0.0279388427734375, 0.11865234375, 0.141845703125, ...
embed
11089940_c0
11089940
bash
0
Title: Addition Assignment in Bash Problem title: Addition Assignment in Bash Tags: bash, addition Problem: Addition Assignment in Bash In C++, if you have two variables a and b, you can do this to add b to a: a += b; How can you do the same thing in bash? Code signals: Addition, Assignment, Bash
Addition Assignment in Bash Addition Assignment in Bash bash addition Addition Assignment Bash Addition Assignment in Bash In C++, if you have two variables a and b, you can do this to add b to a: How can you do the same thing in bash?
[ 0.001220703125, 0.02587890625, 0.007568359375, 0.030517578125, -0.00750732421875, 0.00775146484375, -0.0167236328125, 0.004638671875, -0.002593994140625, 0.01458740234375, -0.0009002685546875, 0.0172119140625, -0.0091552734375, 0.0257568359375, -0.00408935546875, -0.02978515625, 0.00...
[ 29117, 14, 1363, 1301, 31304, 674, 23, 144334, 87109, 66044, 313, 37223, 2174, 765, 6626, 77336, 10, 136, 876, 831, 54, 903, 47, 15190, 11249, 5701 ]
[ 0.1763916015625, 0.1693115234375, 0.10595703125, 0.124267578125, 0.255859375, 0.039764404296875, 0.072998046875, 0.244873046875, 0.225341796875, 0.2159423828125, 0.057861328125, 0.2301025390625, 0.03753662109375, 0.036163330078125, 0.119140625, 0.2366943359375, 0.1165771484375, 0.1...
embed
39311814_c0
39311814
bash
0
Title: How can I sort set of points using awk or sed within a given interval Problem title: How can I sort set of points using awk or sed within a given interval Tags: awk, bash, shell, grep, sed Problem: How can I sort set of points using awk or sed within a given interval Code signals: awk, How
How can I sort set of points using awk or sed within a given interval How can I sort set of points using awk or sed within a given interval awk bash shell grep sed awk How How can I sort set of points using awk or sed within a given interval How can I sort the following file.txt that contains a set of points using awk ...
[ -0.01263427734375, -0.0135498046875, 0.0096435546875, -0.005401611328125, -0.0179443359375, -0.00445556640625, 0.0223388671875, 0.0037841796875, -0.012939453125, 0.0294189453125, -0.01263427734375, 0.048583984375, -0.01080322265625, -0.00823974609375, -0.01153564453125, -0.01708984375,...
[ 11249, 831, 87, 12096, 5423, 111, 26847, 17368, 10, 434, 92, 707, 1736, 28032, 34475, 51514, 87109, 128019, 3514, 254, 25632, 11435, 124326, 70541, 3444, 154109, 124519, 9, 133684, 89678, 58087, 136, 2704, 3173, 3871, 26499, 12765, 53855, 4...
[ 0.0567626953125, 0.069580078125, 0.0249176025390625, 0.25732421875, 0.16943359375, 0.0821533203125, 0.20361328125, 0.0665283203125, 0.05010986328125, 0.1412353515625, 0.1942138671875, 0.05419921875, 0.2000732421875, 0.1207275390625, 0.077392578125, 0.1962890625, 0.1051025390625, 0....
embed
8125748_c0
8125748
bash
0
Title: Bash &quot;for file in&quot; exception Problem title: Bash &quot;for file in&quot; exception Tags: shell, bash Problem: Bash "for file in" exception I got this for file in *; do any command done What I want to do is add an exception to the "for file in *; do". Any ideas? Code signals: Bash
Bash &quot;for file in&quot; exception Bash &quot;for file in&quot; exception shell bash Bash Bash "for file in" exception I got this What I want to do is add an exception to the "for file in *; do". Any ideas?
[ 0.0242919921875, 0.02294921875, -0.01165771484375, 0.01080322265625, -0.002716064453125, 0.002197265625, 0.02099609375, 0.01348876953125, -0.01385498046875, 0.021484375, 0.001251220703125, 0.030029296875, 0.0111083984375, 0.00848388671875, -0.01507568359375, -0.0126953125, 0.01379394...
[ 144334, 2472, 11435, 23, 41502, 131527, 128019, 87109, 87, 3444, 15190, 661, 74, 54, 25647 ]
[ 0.1806640625, 0.2181396484375, 0.21240234375, 0.20654296875, 0.052032470703125, 0.2359619140625, 0.114990234375, 0.13720703125, 0.000213623046875, 0.056854248046875, 0.0850830078125, 0.1041259765625, 0.03240966796875, 0.109619140625, 0.0279388427734375 ]
embed
18714984_c1
18714984
bash
1
2% /VAULT13 /dev/mapper/pool_gfs4-pool_gfs4 506G 237G 269G 47% /VAULT14 Any ideas? Code signals: Transpose, VAULT10, VAULT11, VAULT12, VAULT13, VAULT14, Filesystem, Size, Used, Avail, Use, Mounted, pool_gfs-pool_gfs, pool_gfs1-pool_gfs1, pool_gfs2-pool_gfs2, pool_gfs3-pool_gfs3, pool_gfs4-pool_gfs4
2% /VAULT13 /dev/mapper/pool_gfs4-pool_gfs4 506G 237G 269G 47% /VAULT14 Any ideas? Code signals: Transpose, VAULT10, VAULT11, VAULT12, VAULT13, VAULT14, Filesystem, Size, Used, Avail, Use, Mounted, pool_gfs-pool_gfs, pool_gfs1-pool_gfs1, pool_gfs2-pool_gfs2, pool_gfs3-pool_gfs3, pool_gfs4-pool_gfs4
[ 0.003143310546875, -0.005950927734375, -0.016845703125, -0.00457763671875, -0.004180908203125, -0.03369140625, 0.01348876953125, -0.00186920166015625, 0.01806640625, 0.0537109375, 0.01043701171875, -0.00439453125, 0.00885009765625, -0.00421142578125, -0.033203125, 0.0185546875, 0.007...
[ 41516, 248, 16350, 82643, 2681, 18548, 64, 192, 8079, 20740, 177, 17447, 35748, 617, 836, 910, 724, 1105, 966, 1381, 1126, 201, 14427, 2592, 25647, 28864, 26073, 7, 11062, 78381, 25875, 963, 1662, 1530, 42724, 16751, 80378, 345, 5281, 575...
[ 0.1962890625, 0.06158447265625, 0.1116943359375, 0.1474609375, 0.18115234375, 0.2122802734375, 0.043304443359375, 0.141357421875, 0.1624755859375, 0.23095703125, 0.060546875, 0.2344970703125, 0.197265625, 0.2098388671875, 0.069580078125, 0.103759765625, 0.136962890625, 0.0615234375...
embed
43269746_c0
43269746
bash
0
Title: API JSON get ID from bash Problem title: API JSON get ID from bash Tags: bash, curl, json Problem: API JSON get ID from bash Code signals: bash, API, JSON, SNAPSHOTID, date_created, b0d58e5b0d46e, d3158e6fbaa204, d3a158e6fba204, b2a58e7a04af99, b2a5a8e70a4af99, dfa58e70d63a57, dfa58ea70d6357
API JSON get ID from bash API JSON get ID from bash bash curl json bash API JSON SNAPSHOTID date_created b0d58e5b0d46e d3158e6fbaa204 d3a158e6fba204 b2a58e7a04af99 b2a5a8e70a4af99 dfa58e70d63a57 dfa58ea70d6357 API JSON get ID from bash Just wondering if someone could help me get the "SNAPSHOTID" from the first record t...
[ -0.009033203125, 0.01043701171875, 0.003753662109375, 0.00555419921875, -0.0069580078125, -0.00714111328125, 0.0150146484375, 0.0184326171875, 0.003936767578125, 0.01507568359375, 0.00162506103515625, 0.040771484375, -0.0478515625, -0.037109375, 0.013671875, 0.004638671875, 0.0084228...
[ 61687, 821, 58627, 2046, 11338, 1295, 87109, 9709, 141, 1647, 1681, 101306, 87218, 10738, 397, 5622, 7612, 27686, 10057, 9271, 137197, 420, 147758, 2407, 5046, 115021, 149016, 4358, 294, 5117, 17164, 140992, 313, 95538, 75101, 35064, 37842, 2...
[ 0.2291259765625, 0.12744140625, 0.2440185546875, 0.1148681640625, 0.2457275390625, 0.114990234375, 0.26220703125, 0.141845703125, 0.1392822265625, 0.0718994140625, 0.17041015625, 0.17626953125, 0.174072265625, 0.1243896484375, 0.1566162109375, 0.1387939453125, 0.14306640625, 0.0466...
embed
3453076_c0
3453076
bash
0
Title: Call C function in Bash script Problem title: Call C function in Bash script Tags: c, bash Problem: Call C function in Bash script Related to question 3451993 , is it possible to call a function which is internal to subst.c (in the Bash source code) in a Bash script? Code signals: Call, Bash
Call C function in Bash script Call C function in Bash script c bash Call Bash Call C function in Bash script Related to question 3451993 , is it possible to call a function which is internal to subst.c (in the Bash source code) in a Bash script?
[ 0.0260009765625, 0.0277099609375, 0.0040283203125, 0.03662109375, 0.003753662109375, -0.000017762184143066406, 0.01080322265625, 0.00994873046875, -0.01513671875, -0.0126953125, -0.03466796875, 0.047119140625, -0.0191650390625, 0.0108642578125, 0.029296875, -0.027587890625, 0.0085449...
[ 26265, 313, 32354, 23, 144334, 26499, 501, 87109, 148641, 96060, 76545, 83, 442, 7722, 47, 11782, 10, 70796, 196842, 5, 238, 31344, 18151 ]
[ 0.2081298828125, 0.252197265625, 0.239990234375, 0.0849609375, 0.21240234375, 0.19873046875, 0.140380859375, 0.1661376953125, 0.031585693359375, 0.05908203125, 0.0718994140625, 0.03875732421875, 0.0281524658203125, 0.157470703125, 0.05322265625, 0.1861572265625, 0.005828857421875, ...
embed
28170929_c0
28170929
bash
0
Title: sudo -H with curly brackets Problem title: sudo -H with curly brackets Tags: linux, bash, shell Problem: sudo -H with curly brackets I saw at lodash.com this install snippet: $ {sudo -H} npm i -g npm Why are there curly brackets? Where is the difference between: $ sudo -H npm i -g npm Thanks!
sudo -H with curly brackets sudo -H with curly brackets linux bash shell sudo -H with curly brackets I saw at lodash.com this install snippet: Why are there curly brackets? Where is the difference between: Thanks!
[ -0.022705078125, -0.0024261474609375, -0.00004291534423828125, -0.00714111328125, 0.00433349609375, 0.004119873046875, 0.018798828125, 0.01025390625, -0.001190185546875, 0.00885009765625, 0.006988525390625, 0.01556396484375, -0.00139617919921875, -0.0137939453125, -0.006439208984375, -...
[ 166, 246, 20, 841, 678, 9709, 538, 1620, 27853, 7, 11508, 6077, 87109, 128019, 24124, 459, 155892, 20600, 44084, 621, 2685, 60212, 17721 ]
[ 0.19921875, 0.1942138671875, 0.0305023193359375, 0.223388671875, 0.1173095703125, 0.214599609375, 0.170654296875, 0.19189453125, 0.226806640625, 0.0888671875, 0.13818359375, 0.131591796875, 0.1611328125, 0.1654052734375, 0.0166015625, 0.021728515625, 0.1435546875, 0.135498046875, ...
embed
62973761_c0
62973761
bash
0
Title: Parse curl output with jq and compare in unix shell Problem title: Parse curl output with jq and compare in unix shell Tags: bash, exec, puppet, unix, shell Problem: Parse curl output with jq and compare in unix shell Code signals: Parse, Application, jsonplaceholder.typicode.com, EOF, Failed
Parse curl output with jq and compare in unix shell Parse curl output with jq and compare in unix shell bash exec puppet unix shell Parse Application jsonplaceholder.typicode.com EOF Failed Parse curl output with jq and compare in unix shell Can someone help me why I am getting this error: Error: This is the API output...
[ 0.001434326171875, 0.0284423828125, -0.01409912109375, 0.019775390625, -0.0115966796875, 0.0164794921875, 0.013671875, 0.00347900390625, -0.0020599365234375, 0.05419921875, -0.003082275390625, 0.033203125, 0.01483154296875, -0.0113525390625, -0.00701904296875, -0.00001895427703857422, ...
[ 2392, 184, 9709, 141, 140992, 678, 1647, 864, 69101, 51, 4084, 128019, 87109, 1119, 3240, 2638, 58134, 104921, 1681, 23935, 31958, 939, 90710, 112, 241, 82341, 190355, 136, 18499, 212059, 3293, 83, 61687, 31577, 4527, 903, 75101, 5443, 1463...
[ 0.1534423828125, 0.10394287109375, 0.1595458984375, 0.1837158203125, 0.2056884765625, 0.06597900390625, 0.1103515625, 0.1661376953125, 0.1827392578125, 0.0655517578125, 0.078369140625, 0.1951904296875, 0.07489013671875, 0.015289306640625, 0.1497802734375, 0.110595703125, 0.2001953125...
embed
7285059_c0
7285059
bash
0
Title: HMAC-SHA1 in bash Problem title: HMAC-SHA1 in bash Tags: sha1, hmac, bash Problem: HMAC-SHA1 in bash Is there a bash script to generate a HMAC-SHA1 hash? I'm looking for something equivalent to the following PHP code: hash_hmac("sha1", "value", "key"); Code signals: HMAC-SHA1, hash_hmac, sha1
HMAC-SHA1 in bash HMAC-SHA1 in bash sha1 hmac bash HMAC-SHA1 hash_hmac sha1 HMAC-SHA1 in bash Is there a bash script to generate a HMAC-SHA1 hash? I'm looking for something equivalent to the following PHP code:
[ 0.0002384185791015625, 0.024658203125, -0.013671875, 0.0103759765625, 0.01031494140625, -0.00004076957702636719, -0.005279541015625, -0.0019073486328125, -0.0166015625, -0.01708984375, -0.01611328125, 0.035888671875, 0.006439208984375, 0.0024871826171875, 0.0027923583984375, -0.0375976...
[ 46592, 15012, 9, 67619, 418, 23, 87109, 6, 9638, 1096, 35572, 1556, 127, 2071, 2685, 10, 26499, 47, 139392, 16487, 183234, 25632, 47302, 18151 ]
[ 0.1761474609375, 0.243896484375, 0.0843505859375, 0.251708984375, 0.17919921875, 0.070556640625, 0.204345703125, 0.00225830078125, 0.191650390625, 0.09765625, 0.1751708984375, 0.237060546875, 0.1871337890625, 0.009552001953125, 0.040740966796875, 0.047149658203125, 0.187744140625, ...
embed
9011458_c0
9011458
bash
0
Title: For files in directory, ignoring folders Problem title: For files in directory, ignoring folders Tags: bash, shell Problem: For files in directory, ignoring folders Iterating a for loop, how do I make sure it ignores outputting directories? for filename in /home/user/* do echo $filename done;
For files in directory, ignoring folders For files in directory, ignoring folders bash shell For files in directory, ignoring folders Iterating a for loop, how do I make sure it ignores outputting directories?
[ 0.0164794921875, -0.036865234375, -0.002105712890625, 0.005096435546875, -0.017578125, 0.012939453125, 0.0027618408203125, 0.008056640625, -0.00506591796875, 0.01190185546875, -0.0023651123046875, 0.003570556640625, -0.019775390625, 0.00592041015625, -0.0130615234375, 0.00927734375, ...
[ 1326, 102158, 23, 14364, 53, 47438, 214, 78303, 87109, 128019, 67, 98767, 100, 40956, 3249, 9077, 124962, 7, 140992, 3387 ]
[ 0.160400390625, 0.149658203125, 0.1048583984375, 0.08990478515625, 0.040283203125, 0.1837158203125, 0.0821533203125, 0.1558837890625, 0.137939453125, 0.16357421875, 0.1077880859375, 0.0183563232421875, 0.1541748046875, 0.143798828125, 0.0188446044921875, 0.068603515625, 0.18786621093...
embed
71069620_c0
71069620
bash
0
Title: Collapsing duplicate lines using scores in particular column Problem title: Collapsing duplicate lines using scores in particular column Tags: bash, duplicates, multiple-columns Problem: Collapsing duplicate lines using scores in particular column Code signals: scores, Collapsing, chr1, chr11
Collapsing duplicate lines using scores in particular column Collapsing duplicate lines using scores in particular column bash duplicates multiple-columns scores Collapsing chr1 chr11 Collapsing duplicate lines using scores in particular column I have a file that looks like this: Where the columns represent I would lik...
[ -0.019287109375, 0.00762939453125, 0.01031494140625, -0.0034027099609375, 0.002655029296875, -0.010009765625, 0.034912109375, 0.008056640625, 0.013427734375, 0.01806640625, -0.0240478515625, 0.033935546875, -0.00543212890625, 0.001617431640625, -0.01904296875, 0.0018463134765625, 0.0...
[ 11554, 96091, 214, 171763, 67, 124519, 17368, 47763, 7, 17311, 3365, 316, 87109, 48716, 8447, 17656, 418, 1662, 11435, 33342, 1779, 33636, 1884, 127966, 176866, 38132, 154271, 12638, 234737, 5117, 152697, 84453, 15124, 125450, 181577, 997, 616,...
[ 0.132080078125, 0.2425537109375, 0.03167724609375, 0.2335205078125, 0.0943603515625, 0.1885986328125, 0.093017578125, 0.2066650390625, 0.0438232421875, 0.1517333984375, 0.1365966796875, 0.1103515625, 0.1602783203125, 0.10296630859375, 0.0906982421875, 0.07342529296875, 0.042633056640...
embed
23347214_c2
23347214
bash
2
4F-A2-4F-A2 Thank you for your help! Code signals: BASH, su_nmblookup, WARNING, eth0, a07d::a07d:a07d:a07d:a07d, b57d::ffff:ffff:ffff:ffff, ffff:ffff:ffff:ffff, eth1, b57d::b57d:b57d:b57d:b57d, a07d::ffff:ffff:ffff:ffff, Socket, Looking, JON8RFC-LT, ACTIVE, DOMAIN, GROUP, MAC, Address, A2-4F-A2-4F-A2
4F-A2-4F-A2 Thank you for your help! Code signals: BASH, su_nmblookup, WARNING, eth0, a07d::a07d:a07d:a07d:a07d, b57d::ffff:ffff:ffff:ffff, ffff:ffff:ffff:ffff, eth1, b57d::b57d:b57d:b57d:b57d, a07d::ffff:ffff:ffff:ffff, Socket, Looking, JON8RFC-LT, ACTIVE, DOMAIN, GROUP, MAC, Address, A2-4F-A2-4F-A2
[ 0.0021820068359375, -0.0034637451171875, 0.005828857421875, 0.041748046875, -0.0004329681396484375, 0.01318359375, 0.00439453125, 0.0262451171875, 0.00885009765625, 0.0185546875, -0.000499725341796875, -0.000942230224609375, -0.0162353515625, 0.00051116943359375, -0.01214599609375, -0....
[ 201, 919, 9, 284, 304, 11565, 25689, 398, 935, 4358, 38, 28864, 26073, 7, 12, 96971, 841, 4, 166, 19, 6492, 64747, 2037, 60873, 25795, 82, 127, 2389, 10, 8368, 71, 12243, 26472, 4902, 1061, 27853, 157268, 15513, 1019, 54612, 441, 2702...
[ 0.181640625, 0.2095947265625, 0.0589599609375, 0.1341552734375, 0.2142333984375, 0.1688232421875, 0.0295562744140625, 0.023193359375, 0.0216522216796875, 0.1500244140625, 0.0298919677734375, 0.25341796875, 0.289306640625, 0.1429443359375, 0.026275634765625, 0.1650390625, 0.2106933593...
embed
24641948_c1
24641948
bash
1
8E+17 Mon Jul 07 19:42:33 +0000 2014 4.86234E+17 Mon Jul 07 15:45:13 +0000 2014 4.86174E+17 Mon Jul 07 15:34:13 +0000 2014 4.86176E+17 Would anyone know what the reason behind this is? Or what i can do to force merge below records? Code signals: Merging, CSV, Appending, final.txt, CreatedAt, Mon, Jul
8E+17 Mon Jul 07 19:42:33 +0000 2014 4.86234E+17 Mon Jul 07 15:45:13 +0000 2014 4.86174E+17 Mon Jul 07 15:34:13 +0000 2014 4.86176E+17 Would anyone know what the reason behind this is? Or what i can do to force merge below records? Code signals: Merging, CSV, Appending, final.txt, CreatedAt, Mon, Jul
[ -0.00799560546875, -0.004486083984375, -0.0012969970703125, 0.02587890625, 0.0045166015625, 0.001251220703125, -0.0223388671875, 0.023681640625, -0.0031280517578125, 0.0299072265625, -0.01458740234375, -0.0185546875, -0.007537841796875, -0.011962890625, 0.00921630859375, -0.0263671875,...
[ 382, 647, 1328, 2489, 7465, 19579, 4719, 953, 33529, 31191, 997, 28568, 1049, 1398, 15276, 3742, 617, 423, 15989, 22618, 158696, 30197, 160037, 154559, 35672, 3714, 2367, 31635, 50155, 903, 83, 17, 831, 54, 47, 37772, 42564, 35064, 115923, ...
[ 0.200439453125, 0.161865234375, 0.19921875, 0.25146484375, 0.18798828125, 0.2376708984375, 0.12109375, 0.053375244140625, 0.1015625, 0.0709228515625, 0.089599609375, 0.1087646484375, 0.19775390625, 0.0772705078125, 0.1522216796875, 0.09112548828125, 0.0771484375, 0.0421142578125, ...
embed