window.ENTITIES={'/api/snippets/bash/bash%20-%20normalize%20path':[{"result":true,"message":null,"batch":{"type":"bash","name":"bash - normalize path","items":[{"id":"1ekNbp","type":"bash","name":"Bash - normalize path","content":"#!/bin/bash\n\ninput_path=\"/path/to/directory/../file\"\noutput_path=\"$(cd \"$input_path\" 2> /dev/null && pwd || echo -n)\"\n\necho \"$output_path\"\n\n\n# Output:\n#\n# /path/to/file","source":"","author":{"id":"VDr21D","name":"Wade","avatar":"1629129966526__VDr21D__w40px_h40px.jpg","points":562,"role":"BASIC"},"creationTime":1677412069000,"updateTime":1677413229000,"removalTime":null},{"id":"pr69Pp","type":"bash","name":"Bash - normalize path","content":"#!/bin/bash\n\ninput_path=\"/path/to/directory/../file\"\noutput_path=\"$(realpath \"$input_path\")\"\n\necho \"$output_path\"\n\n\n# Output:\n#\n# /path/to/file","source":"","author":{"id":"YoWewD","name":"Maryamcc","avatar":"1629142576003__YoWewD__w40px_h40px.jpg","points":511,"role":"BASIC"},"creationTime":1677412192000,"updateTime":1677413235000,"removalTime":null},{"id":"Dk6dv1","type":"bash","name":"Bash - normalize path","content":"output_path=\"$(cd \"$input_path\" 2> /dev/null && pwd || echo -n)\"","source":"","author":{"id":"vaGBxD","name":"Amir-Hashempur","avatar":"1629030391555__vaGBxD__w40px_h40px.png","points":607,"role":"BASIC"},"creationTime":1677413157000,"updateTime":null,"removalTime":null},{"id":"jPNMaD","type":"bash","name":"Bash - normalize path","content":"output_path=\"$(realpath \"$input_path\")\"","source":"","author":{"id":"VDp54a","name":"Zeeshan-Peel","avatar":"1629126200470__VDp54a__w40px_h40px.jpg","points":850,"role":"BASIC"},"creationTime":1677413178000,"updateTime":null,"removalTime":null}]}}]};